Skip to content

Commit

Permalink
update readme 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eadm committed Aug 24, 2024
1 parent fe4f105 commit 7a6b02a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,22 @@ Features:

## Installation

<a href="https://play.google.com/store/apps/details?id=org.stepic.droid&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img alt="Get it on Google Play" height="50" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"/></a>
<a href="https://play.google.com/store/apps/details?id=org.stepic.droid&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img alt="Get it on Google Play" height="100" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"/></a>

## Tech Stack

|Category|Library|
|:-:|:-:|
|Networking|[Retrofit 2](https://github.com/square/retrofit)|
|Serialization|[Gson](https://github.com/google/gson)|
|Local Storage|[Room](https://developer.android.com/jetpack/androidx/releases/room)|
|Asynchronous|[RxJava 2](https://github.com/ReactiveX/RxJava)|
|Architecture|[Clean](https://hackmd.io/@eadm/BJg82eA7N)|
|Dependency Injection|[Dagger 2](https://dagger.dev/)|
|Presentation|[The Elm Architecture](https://github.com/eadm/AndroidKit/tree/master/presentation/presentation-redux)|
|Crash Reporting / Performance Monitoring|[Firebase](https://firebase.google.com/)|
|Navigation|Manual|
|Image Loading|[Glide](https://github.com/bumptech/glide)|

## Support

Expand Down

0 comments on commit 7a6b02a

Please sign in to comment.