File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ Do not forget about OS temporary files (`.DS_Store` in Mac OS, `Thumbs.db` in Wi
90
90
91
91
* Use latest stable [ Retrofit] ( http://square.github.io/retrofit/ ) to access RESTful web services
92
92
* [ 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
94
94
* [ Glide] ( https://github.com/bumptech/glide ) or [ Picasso] ( https://github.com/square/picasso ) for image downloading, caching and displaying
95
95
* [ 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
97
97
* [ RxJava] ( https://github.com/ReactiveX/RxJava ) for asynchronous programming
98
98
* Java [ classes generator] ( http://www.jsonschema2pojo.org ) by JSON scheme or JSON example. Compatible with Gson and Jackson
99
99
* Java code coverage library by EclEmma - [ JaCoCo] ( http://www.eclemma.org/jacoco/ )
You can’t perform that action at this time.
0 commit comments