Skip to content

Commit

Permalink
Merge remote-tracking branch 'master/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Apr 6, 2022
2 parents 39e4b16 + a9b5ebe commit c972422
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PapriCoin demonstrates Jetpack Compose usage to build modern app based on Clean
</p>
</br>

![image](https://user-images.githubusercontent.com/52178347/161815748-4fc93630-3414-480b-a33f-01fcdad27fc0.png)
![image](https://user-images.githubusercontent.com/52178347/161929672-890dedca-086a-49a4-8fa2-53ef8932a855.png)

## Download
Go to the [Releases](https://github.com/t8rin/PapriCoin/releases) to download the latest APK.
Expand All @@ -29,14 +29,14 @@ Go to the [Releases](https://github.com/t8rin/PapriCoin/releases) to download th

- [Accompanist](https://github.com/google/accompanist) to expand jetpack compose opportunities.

- [Firebase](https://github.com/firebase/FirebaseUI-Android) for registering/signing in and storing data in the cloud.

- [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.
Expand All @@ -48,10 +48,6 @@ Go to the [Releases](https://github.com/t8rin/PapriCoin/releases) to download th
- Repository Pattern
- MVVVM

- [Coil](https://github.com/coil-kt/coil) - loading images.

- [Material-Components](https://github.com/material-components/material-components-android) - Material You components with dynamic colors.

# License
```xml
Designed and developed by 2022 T8RIN
Expand Down

0 comments on commit c972422

Please sign in to comment.