exoPlayer 장점 - 빠르다. 버벅임이 적다. 가볍다 등등. MediaPlayer보다 훨신 기능도 많고 좋은것 같음. 실제 상용 프로젝트에선 MediaPlayer를 사용한 SurfaceView보다 ExoPlayer가 훨신 좋아보임.. 타겟 환경 compileSdkVersion 22 buildToolsVersion "28.0.3" minSdkVersion 17 * build.gradle(Module:app) - android compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 } * build.gradle(Module:app) - dependencies implementation "com.google.android.exoplayer:ex..
그래들에 디펜던시 설정 dependencies { compileonly files('libs/framework.jar') } 안드로이드 {} 외부에 .. 디펜던시 위에 빌드 속성 추가 preBuild { doLast { def imlFile = file(project.name + ".iml") println 'Change ' + project.name + '.iml order' try { def parsedXml = (new XmlParser()).parse(imlFile) def jdkNode = parsedXml.component[1].orderEntry.find { it.'@type' == 'jdk' } parsedXml.component[1].remove(jdkNode) def sdkString ..
private void noTitleNoSystemUi() { requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().takeSurface(null); setTheme(android.R.style.Theme_NoTitleBar_Fullscreen); getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN | WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); View decorView = getWindow().getDecorView(); int uiOption = getWindow().getDecorView().getSystemUiVisibility(); uiO..
- Total
- Today
- Yesterday
- rn
- insert
- https://hwan-shell.tistory.com/244
- React Native
- 자바
- adb 환경변수
- 데이터베이스
- 차번호 정규식
- mac android
- ubunut android
- spannableText
- mongo db
- 안드로이드
- 귀찮아;;
- MongoDB
- react native state
- ubunut 설치 link
- 클래스형 코드
- not found adb
- not starting .bash_profile
- 구글 맵 경로 그리기
- 차번호 정규표현식
- Android
- nosql
- 명령어
- 구글 맵 선그리기
- 함수형 코드
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- not working adb
- text 부분 색 칠하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |