Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iambaljeet/GitReposCompose
- Owner: iambaljeet
- License: gpl-3.0
- Created: 2020-10-02T18:35:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T18:50:41.000Z (over 3 years ago)
- Last Synced: 2024-08-02T08:07:00.140Z (5 months ago)
- Topics: 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
- Language: Kotlin
- Homepage:
- Size: 7.16 MB
- Stars: 49
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-compose - GitReposCompose - This demo app uses Github public API for fetching public repositories (Miscellaneous)
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)