Skip to content

GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.

License

Notifications You must be signed in to change notification settings

iambaljeet/GitReposCompose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitReposCompose

GitHub license Github Followers GitHub stars GitHub forks GitHub watchers Tweet Twitter Follow

Demo

GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.

About

This is a demo application for showcasing UI components like Rows, Columns etc. Also, this demo uses MVVM architecture along with HILT dependency injection library. This demo app also uses Retrofit for calling RestApi's and binding the data to UI using states in #JetpackCompose.

  • Clean and Simple Material UI.
  • It supports dark theme too 🌗.

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI.
  • Coroutines - For asynchronous and more..
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • Hilt - Dependency Injection library for Android.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Gson - A JSON library for Kotlin and Java.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Contributed By: Baljeet Singh

Contact

If you need any help, you can connect with me.

Visit:- baljeet.dev OR Twitter:- yetanotherdev_ on Twitter

License

GNU License Visit:- LICENSE

About

GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages