- SplashActivity
https://blog.yena.io/studynote/2019/03/16/Android-MVVM-AAC-1.html (MVC와 MVVM의 차이점)
https://dev-imaec.tistory.com/37 (DataBinding의 기초)
https://dev-imaec.tistory.com/39 (LiveData의 기초)
https://dev-imaec.tistory.com/40 (DataBinding과 LiveData 함께 사용하기)
https://kangmin1012.tistory.com/39
(ViewModel + LiveData + DataBinding 구글링하다 찾은 파트장님 블로그..)
https://blog.yena.io/studynote/2019/03/27/Android-MVVM-AAC-2.html (MVVM & AAC 연습 예제)
https://velog.io/@l2hyunwoo/Android-JetPack-Room (누누의 room 열강)
https://stackoverflow.com/questions/52076779/kotlin-custom-dialog-in-android (커스텀 다이얼로그)
https://hongbeomi.medium.com/animation-splash-screen-%EB%A7%8C%EB%93%A4%EA%B8%B0-54b6d21e8bdd (애니메이션 효과 활용해서 Splash만들기)
https://ddangeun.tistory.com/83 (ViewModel과 DataBinding)
https://ddangeun.tistory.com/84?category=874345 (Repository와 ViewModel)