Skip to content

Commit 91556fb

Browse files
authored
Merge pull request #17 from MLSDev/add_koin_moshi
Update android.md
2 parents 7e9fc5c + d22f4b2 commit 91556fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: platform/android/android.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ Do not forget about OS temporary files (`.DS_Store` in Mac OS, `Thumbs.db` in Wi
9090

9191
* Use latest stable [Retrofit](http://square.github.io/retrofit/) to access RESTful web services
9292
* [OkHttp](http://square.github.io/okhttp/) for more flexible networking (for example, when the API is not RESTful)
93-
* [GSON](https://github.com/google/gson) for JSON serialization and parsing
93+
* [GSON](https://github.com/google/gson) or [Moshi](https://github.com/square/moshi) for JSON serialization and parsing
9494
* [Glide](https://github.com/bumptech/glide) or [Picasso](https://github.com/square/picasso) for image downloading, caching and displaying
9595
* [Crashlytics](https://try.crashlytics.com) for crash logs
96-
* [Dagger 2](http://google.github.io/dagger) for Dependency Injection
96+
* [Dagger 2](http://google.github.io/dagger) or [Koin](https://github.com/InsertKoinIO/koin) for Dependency Injection
9797
* [RxJava](https://github.com/ReactiveX/RxJava) for asynchronous programming
9898
* Java [classes generator](http://www.jsonschema2pojo.org) by JSON scheme or JSON example. Compatible with Gson and Jackson
9999
* Java code coverage library by EclEmma - [JaCoCo](http://www.eclemma.org/jacoco/)

0 commit comments

Comments
 (0)