This project is a Poc based in CoinPaprika Api: https://api.coinpaprika.com/, was built with Android Studio Android Studio Hedgehog | 2023.1.1 Patch 2, with clean architecture in a multi-modules structure. The core module is the center and other modules branch off from it. The data module wraps remote. There's also a common and a domain and navigation module inside the core.
The code is characterized by:
- ✅ Jetpack Compose: Implementation of the UI with Jetpack Compose, Android's modern UI toolkit.
- ✅ Feature Modularization: The code is organized into modules based on specific features.
- ✅ Clean Architecture: Some Applications of Clean Architecture principles for separation of concerns and decoupling.
- ✅ MVVM Pattern (Model-View-ViewModel): Use of the MVVM UI pattern for separating business logic and user interface.
- ✅ Dependency Injection with Hilt: Dependency management using Hilt for dependency injection.
- ✅ Kotlin Coroutines: For asynchronous tasks.
- ✅ Flow and StateFlow: Use of these components for managing states and asynchronous interactions.
The project also integrates other technologies and libraries, such as Retrofit for network calls
This project has been developed in Android Studio version:
Hedgehog | 2023.1.1 Patch 2Build #AI-223.8836.35.2231.10811636Java JDK 17

