Debugging?, The Importance of Debugging, Debugging Process Steps
API?, API Key를 숨겨야 하는 이유, API Key 숨기기
SharedPreferences?, How to use SharedPreferences(객체 생성, 데이터 저장, 데이터 불러오기), Example
Bundle?, 주요 기능(데이터 전달, 상태 저장 및 복원, 프래그먼트 간 통신), 사용 방법(데이터 추가, 데이터 추출, 인텐트와 함께 사용, 상태 저장 및 복원, 프래그먼트 간 통신), Bundle의 주의 사항(크기 제한, 직렬화, 키 설정, Null 값 다루기)
Notification?, Notification Channel, Create Notification, Notification Importance
Date Picker Dialog, maxDate, minDate, 날짜 범위 설정
ScrollView vs. NestedScrollView (공통점, 차이점)
문제 발생, 발생 이유(이미지 크기와 ImageView 크기 불일치, ImageView의 레이아웃 설정, 이미지 자체의 비율 불일치), 해결 방법(adjustViewBounds), 결과
Dialog, Dialog Structure(Title, Contents, Button), Example(AlertDialog, Custom Dialog, DatePikerDialog, TimePickerDialog, ProgressDialog)