This repository serves as a quick-start guide for developing Android apps using Jetpack Compose as the UI framework, following the MVVM architecture pattern.
- Hilt: A dependency injection library for Android that reduces boilerplate code in your project.
- Ktor: A secure and type-safe HTTP client designed for Android and the JVM.
- Kamel: An image loading library.
- Timber: A logger with a small, extensible API that provides utility on top of Android's normal Log class.
If you prefer using Retrofit for handling API calls, switch to the branch named RetrofitBaseAPIPattern.
For those who want to use Ktor for handling API calls, switch to the branch named main.
To use this template, click on the Use this template button at the top or fork the repository. Customize the package name and other app-specific details before building and deploying your app.
Contributions to this project are welcome! If you encounter issues or have suggestions for improvement, feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.