Skip to content

Simplify Jetpack Compose development with Hilt for dependency injection and a clean architecture. This template incorporates a straightforward network layer to effortlessly fetch and display data. Enhance UI design and manage dependencies efficiently in your project.

License

Notifications You must be signed in to change notification settings

Ammar-Ishfaq/ComposeUI-Template

Repository files navigation

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.

About

Simplify Jetpack Compose development with Hilt for dependency injection and a clean architecture. This template incorporates a straightforward network layer to effortlessly fetch and display data. Enhance UI design and manage dependencies efficiently in your project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages