Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 코틀린
- room
- lifecycle
- onMeasure
- Behavior
- activity
- Android
- Navigation
- 알고리즘
- sqlite
- CustomView
- hilt
- notification
- HTTP
- recyclerview
- CollapsingToolbarLayout
- 백준
- kotlin
- DataBinding
- onLayout
- ViewModel
- BOJ
- AppBarLayout
- CoordinatorLayout
- View
- Coroutine
- LiveData
- 안드로이드
- Algorithm
- 알림
Archives
- Today
- Total
목록webview (1)
개발일지
Android in A..Z - WebView Bridge
Bridge Android에서 WebView를 통해 Android와 Web간의 통신을 도와주는 기능이다. WebView에 addJavascriptInterface 기능을 통해 JavaScript 구문을 넣을 수 있으며, loadUrl 기능을 통해 JavaScript 구문을 실행할 수 있다. WebView 주의 사항 : 같은 이름으로 Bridge를 추가한 경우 기존의 Bridge가 제거된다. @SuppressLint("SetJavaScriptEnabled") class JavaScriptWebView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, defStyleRes: Int = 0..
Android (안드로이드)
2021. 8. 5. 17:58