기타 도움이 되는 링크
https://tourspace.tistory.com/28
Android Architecture Components #6 - Room
Room Persistence Library Room은 SQLite의 추상화 layer로 SQLite의 모든 기능을 활용하여 유연한 database 접근을 가능하게 한다. core Frameworkd이 raw SQL을 사용할수 있도록 지원하지만 low level로 접근..
tourspace.tistory.com
Room에 관한 설명
https://calvinjmkim.tistory.com/9
안드로이드 앱의 스테이터스바 및 내비게이션바 색 변경
이전 안드로이드폰은 되돌아가가기, 홈, 앱리스트 버튼이 모두 물리 키로 존재했다. 그래서 화면 안에 내용을 그리는 앱에서 이 영역에 대해 신경쓸 일이 없았다. 하지만 최근 안드로이드폰은 물리키들이 사라지고..
calvinjmkim.tistory.com
스테이터스바, 내비게이션바 색상 커스텀
https://proandroiddev.com/how-to-optimize-memory-consumption-when-using-glide-9ac984cfe70f
How to optimize memory consumption when using Glide
For developers of the apps which a lot of images, the one thing is certain besides death and taxes: OutOfMemory errors (OOM). Facing these…
proandroiddev.com
글라이드를 써서 메모리를 줄이는 방법
https://androidhuman.tistory.com/entry/안드로이드-어플리케이션의-구성요소
안드로이드 어플리케이션의 구성요소
안드로이드 어플리케이션을 만들기 전에 안드로이드 어플리케이션은 과연 어떤 구조를 가지고 있을까? 에 대해서 알아보도록 하겠습니다. 안드로이드 어플리케이션이 어떤 구조를 가지고 있는지 알고 있어야만 앞..
androidhuman.tistory.com