Skip to content

google-developer-training/basic-android-kotlin-compose-training-amphibians

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c5c8be5 · Jan 10, 2025

History

14 Commits
Dec 10, 2024
Jan 7, 2025
Dec 21, 2024
May 4, 2023
May 4, 2023
May 4, 2023
May 4, 2023
Jan 10, 2025
May 4, 2023
Dec 21, 2024
Dec 10, 2024
Jun 20, 2023

Repository files navigation

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.