Code for Android Basics with Compose Practice Set.
You need to know:
- How to create Composable functions.
- How to use architecture components including ViewModel.
- How to use Retrofit to retrieve data from the internet.
- How to use Coil to load images.
- Install Android Studio, if you don't already have it.
- Download the app.
- Import the app into Android Studio.
- Build and run the app.
- 작동하지 않는 코드를 완성하세요
- Bottom navigation 을 추가하세요
- Button 을 2개 추가합니다 - Vertical / Horizon
- 기존의 리스트 페이지를 Vertical 스크린에 출력합니다.
- 새로운 리스트 페이지를 추가합니다 (Horizon) - 가로로 스크롤 가능한 리스트 페이지여야 합니다.
- (Optional) Coverage 가 70% 이상 나올 수 있는 Test code 를 추가합니다.