Giter Site home page Giter Site logo

tharunbalaji2004 / compose-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hadiyarajesh/compose-template

0.0 0.0 0.0 150 KB

A template repository that provides a quick start for creating new Android apps using Jetpack Compose.

License: MIT License

Kotlin 100.00%

compose-template's Introduction

Compose Template

This template repository provides a quick start for creating new Android apps using Jetpack Compose as the UI framework and following the MVVM architecture pattern.

It includes the following popular libraries:

  • Hilt - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
  • Room - Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
  • Retrofit - A type-safe HTTP client for Android and the JVM.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Coil - Image loading for Android backed by Kotlin Coroutines.
  • Flower - Flower simplifies networking and database caching on Android/Multiplatform.

How to use

To use this template, simply click on the Use this template button at the top (or fork the repository) and start building your app on top of it. Make sure to update the package name and other app-specific details before building and deploying your app.

Annotation Processing

This project uses Kotlin Symbol Processing (KSP) for annotation processing, which provides faster build times compared to KAPT. However, some dependencies (like Hilt) may not support KSP yet, which is why KAPT is still used.

Build and Configuration Caching

This project also takes advantage of Gradle's Build Cache and Configuration Cache features to speed up builds and reduce build times. Note that these features may not always provide significant improvements in build times depending on the project structure and build complexity.

Contribution

Contributions to this project are welcome! If you encounter any problems 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.

compose-template's People

Contributors

hadiyarajesh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.