https://github.com/T8RIN/PapriCoin
:money_with_wings::chart_with_upwards_trend: PapriCoin demonstrates Jetpack Compose usage to build modern app based on Clean Architecture and newest Tech-Stack.
https://github.com/T8RIN/PapriCoin
clean-architecture coil-kotlin coroutines-flow hilt-dagger2 jetpack-compose kotlin material-you-3 mvvm-android retrofit2 room-database single-activity-pattern use-cases
Last synced: 11 days ago
JSON representation
:money_with_wings::chart_with_upwards_trend: PapriCoin demonstrates Jetpack Compose usage to build modern app based on Clean Architecture and newest Tech-Stack.
- Host: GitHub
- URL: https://github.com/T8RIN/PapriCoin
- Owner: T8RIN
- License: apache-2.0
- Created: 2022-03-31T15:23:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T06:09:08.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:25:53.505Z (9 months ago)
- Topics: clean-architecture, coil-kotlin, coroutines-flow, hilt-dagger2, jetpack-compose, kotlin, material-you-3, mvvm-android, retrofit2, room-database, single-activity-pattern, use-cases
- Language: Kotlin
- Homepage:
- Size: 9.42 MB
- Stars: 53
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PapriCoin
PapriCoin demonstrates Jetpack Compose usage to build modern app based on Clean Architecture and newest Tech-Stack.Repository also has local and remote data source, if you go offline app will switch on saved cache to work independently.
## Download
Go to the [Releases](https://github.com/t8rin/PapriCoin/releases) to download the latest APK.## Tech stack & Open-source libraries
- Minimum SDK level 21- [Kotlin](https://kotlinlang.org/) based
- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous work
- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) to emit values from database directly to compose state.
- [Accompanist](https://github.com/google/accompanist) to expand jetpack compose opportunities.
- [Hilt](https://dagger.dev/hilt/) for dependency injection.
- [Retrofit2 & OkHttp3](https://github.com/square/retrofit) - Construct the REST API using abstractions.
- [Moshi](https://github.com/square/moshi/) - A modern JSON library to serialization/deserialization.
- [Coil](https://github.com/coil-kt/coil) - loading images.
- Jetpack
- Lifecycle - Observe Android lifecycles and handle UI states upon the lifecycle changes.
- ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
- Compose - Modern Declarative UI style framework based on composable functions.
- Room Persistance - Construct Database using abstract layer.
- Architecture
- Clean Architecture (UI - ViewModel - Use Cases - Repository)
- Repository Pattern
- MVVM
## Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/t8rin/papricoin/stargazers)__ for this repository. :star:
And __[follow](https://github.com/t8rin)__ me for my next creations! 🤩# License
```xml
Designed and developed by 2022 T8RINLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```