Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iambaljeet/GitReposCompose

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.
https://github.com/iambaljeet/GitReposCompose

android android-app android-application android-development android-library android-sdk android-studio android-ui jetpack jetpack-android jetpack-compose kotlin kotlin-android kotlin-extensions

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

![](https://github.com/iambaljeet/GitReposCompose/blob/master/art/gitComposeUI.png)

# GitReposCompose

[![GitHub license](https://img.shields.io/github/license/iambaljeet/GitReposCompose)](LICENSE)
![Github Followers](https://img.shields.io/github/followers/iambaljeet?label=Follow&style=social)
![GitHub stars](https://img.shields.io/github/stars/iambaljeet/GitReposCompose)
![GitHub forks](https://img.shields.io/github/forks/iambaljeet/GitReposCompose)
![GitHub watchers](https://img.shields.io/github/watchers/iambaljeet/GitReposCompose?style=social)
![Tweet]( https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fiambaljeet%2FGitReposCompose)
![Twitter Follow](https://img.shields.io/twitter/follow/yetanotherdev_?label=Follow&style=social)

## 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](https://kotlinlang.org/) - First class and official programming language for Android development.
- [Jetpack Compose](https://developer.android.com/jetpack/compose) - Jetpack Compose is Android’s modern toolkit for building native UI.
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more..
- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Data objects that notify views when the underlying database changes.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
- [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) - Dependency Injection library for Android.
- [Retrofit](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java.
- [Gson](https://github.com/google/gson) - A JSON library for Kotlin and Java.
- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.

**Contributed By:** [Baljeet Singh](https://github.com/iambaljeet/)

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

Visit:- [baljeet.dev](https://baljeet.dev)
**OR**
Twitter:- [yetanotherdev_ on Twitter](https://twitter.com/yetanotherdev_)

## License

GNU License Visit:- [LICENSE](https://github.com/iambaljeet/GitReposCompose/blob/master/LICENSE)