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 |
Tags
- AppBarLayout
- ViewModel
- Coroutine
- kotlin
- Algorithm
- 백준
- CollapsingToolbarLayout
- recyclerview
- Android
- onMeasure
- sqlite
- Navigation
- HTTP
- View
- room
- 안드로이드
- LiveData
- notification
- BOJ
- activity
- 코틀린
- onLayout
- Behavior
- CustomView
- CoordinatorLayout
- DataBinding
- lifecycle
- 알림
- 알고리즘
- hilt
Archives
- Today
- Total
목록webview (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bqyMHx/btrbkfT3MwV/bumGv5Wg27OGeXc4tQWa9k/img.png)
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