본문 바로가기

Android90

Exoplayer2 release note ExoPlayer/RELEASENOTES.md at release-v2 · google/ExoPlayer (github.com) 2021. 12. 17.
갤럭시 폴드 혹은 플립에서 분할화면 시 레이아웃 깨지는 현상 수정 갤럭시 폴드와 플립의 사용자가 늘었는데 분할화면으로 앱을 실행했을때 레이아웃이 깨지거나 실행이 정상적으로 되지 않는 문제가 있다. 이때 Manifest에 android:resizeableActivity="true" 이걸 추가 해주면 정상적으로 동작한다. 폴더블폰용 앱 빌드 | Android 개발자 | Android Developers 폴더블폰용 앱 빌드 | Android 개발자 | Android Developers 폴더블폰용 앱 빌드 Android 10 (API 레벨 29)에서는 폴더블폰 기기와 다양한 폴딩 패턴에 더 많은 지원을 추가합니다. 기기를 펼쳐서 더 큰 화면을 제공하면 사용자에게 긍정적 영향을 줄 수 있습니 developer.android.com 2021. 11. 25.
범위지정저장소에서 다운로드 구현 시 고려해볼 점 (쓰다 말음..) 1. IOException 발생시 - ParcelFileDescriptor를 작업이 끝나면 .close()를 해주었는지 - 그 외의 stream을 close() 했는지 2021. 11. 15.
미사용 코드를 삭제해야 하는 이유 Here are some reasons why unused code should be removed: For anyone new working on a project, they not only have to understand the working code, they have to understand unused material also. This is wasted time and creates confusion. There is a danger that at sometime someone will make a change which inadvertently involve the 'dormant' code and can introduce bugs. I know it's happened on project.. 2021. 11. 8.