Atlas is an android application where you can see all the countries in the world and it's crucial data.
Clone the project by using Android Studio, or by using the terminal with the following command
git clone https://github.com/Tommartinz/Atlas.git
This project was made for learning purposes into the android development side, it is not intended to be any serious or commercial
The idea of this project was to use the latest technologies in android Dev, being the following:
- Jetpack Compose (UI)
- Jetpack Navigation (Navigation between destinations)
- Dagger Hilt (Dependency Injection)
- Ktor (Networking)
- Coil (Async Image loading)