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
- Gone
- 생명주기
- call by reference
- invisible
- Var
- SharedPreference
- Regex
- 전체화면
- call by value
- 안드로이드
- 면접준비
- 비밀번호
- ExoPlayer2
- 코틀린
- 변수
- Visible
- 상수
- Kotlin
- Button
- FullScreen
- 유효성 검사
- ExoPlayer
- 4대컴포넌트
- Android
- 휴대전화
- Val
- 자바
- 버튼 투명화
- 핸드폰번호
- 회원가입
Archives
- Today
- Total
목록동영상 (1)
천천히 , 강하게 멀리
안드로이드 ExoPlayer2 사용법. Kotlin
allprojects { repositories { google() jcenter() } } build.gradle 프로젝트 경로에 이렇게 추가를 해준다. compileOptions { targetCompatibility JavaVersion.VERSION_1_8 } build.gradle app 경로에 추가한다. ExoPlayer 는 자바 8을 사용하기 때문에 사용할수 있게 해준다. implementation 'com.google.android.exoplayer:exoplayer:2.10.5' implementation 'com.google.android.exoplayer:exoplayer-core:2.10.5' implementation 'com.google.android.exoplayer:exopl..
Android/Kotlin
2020. 4. 23. 17:40