Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 646 Bytes

File metadata and controls

22 lines (17 loc) · 646 Bytes

Amphibians app

Code for Android Basics with Compose Practice Set.

Pre-requisites

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.

Getting Started

  1. Install Android Studio, if you don't already have it.
  2. Download the app.
  3. Import the app into Android Studio.
  4. Build and run the app.