Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.54 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.54 KB

Jetpack-Compose UI Android Template 🚀

This repository serves as a quick-start guide for developing Android apps using Jetpack Compose as the UI framework, following the MVVM architecture pattern.

Included Libraries

  • 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.

Retrofit Base API Pattern

If you prefer using Retrofit for handling API calls, switch to the branch named RetrofitBaseAPIPattern.

Ktor Base API Pattern

For those who want to use Ktor for handling API calls, switch to the branch named main.

Getting Started 🛠️

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.

Contribution 🤝

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.

License 📄

This project is licensed under the MIT License.