티스토리 뷰
반응형
activity_viewer.xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.ViewerActivity">
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
ViewerActivity.kt
class MonthlyActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_monthly)
webView.webViewClient = WebViewClient()
webView.settings.setSupportZoom(true)
webView.settings.javaScriptEnabled = true
val url = "" // 여기 열고싶은 pdf의 url 넣기
webView_monthly.loadUrl("https://docs.google.com/gview?embedded=true&url=$url")
}
}
반응형
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 코틀린 데이터바인딩
- 투포인터 알고리즘
- TextFormField keyboard
- 데이터바인딩 뷰바인딩 차이
- 카카오톡으로 로그인 오류
- 투포인터 알고리즘 파이썬
- 코틀린
- 카카오 키해시
- 카카오 기출
- 파이썬 최대공약수
- 안드로이드
- Kotlin
- 백준 1644
- 소수 구하기 파이썬
- flutter simultor
- 코틀린 바텀네비게이션
- kotlin fragment
- 전화번호목록 파이썬
- 백준 1806
- 코틀린 뷰페이저
- 백준알고리즘
- 안드로이드 키해시
- 코틀린 뷰바인딩
- 프로그래머스
- 백준
- counting sort
- 코틀린 리스트뷰
- 안드로이드 카카오톡으로 로그인
- 백준 2003
- 시뮬레이터 키보드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함