응급의료정보 앱
데이터 저장 및 불러오기
전화 앱 실행하기
데이터 삭제하기
- 다양한 유저정보
- 이름
- 생년월일
- 혈액형
- 비상연락처
- 기타
- 화면 전환
- 다른 앱 실행
- 데이터 저장
- 다양한 위젯을 사용하고, 테마를 이용하여 일관성 있는 UI 를 그릴 수 있다.
- ConstraintLayout 과 다양한 위젯을 활용
- Style 을 통한 일관성 있는 UI 구성
- Adapter 에 대한 이해
- 간단한 데이터 저장
- 다른 화면으로 이동
- 다른 앱 실행
- UI
- ConstraintLayout
- guideLine
- Sytle
- Theme
- ImageView
- RadioButton
- CheckBox
- Spinner
- DatePickerDialog
- ConstraintLayout
- Kotlin
- const val
- with
- Android
1. Intent 로 할 수 있는 다양한 동작에 대해 학습해보세요
- https://developer.android.com/reference/android/content/Intent?hl=ko
2. Manifest 에 들어가는 다양한 값들에 대해 학습해보세요
- https://developer.android.com/guide/topics/manifest/manifest-intro#reference
3. Kotlin 의 다양한 ScopeFunction 에 대해 학습해보세요
- https://kotlinlang.org/docs/scope-functions.html


