Update README.md

This commit is contained in:
2020-01-24 18:52:50 +00:00
committed by GitHub
parent 21ff7833d0
commit 799299bdce

View File

@@ -14,18 +14,25 @@ Permissions : Internet
- Open repo on click - Open repo on click
- Display language of repo (if available) - Display language of repo (if available)
## Espresso UI tests ## Architectural Pattern
MVVM - Model View Viewmodel
## Jetpack
* [AndroidX](https://developer.android.com/jetpack)
## Unit tests
### Test case one ### Test case one
- Testing listview population - Testing of room database queries
### Test case two ### Test case two
- Testing filter list in searchview - Testing Repository
- Testing sort feature from menu
## Built With ## Built With
* [RxJava](https://github.com/ReactiveX/RxJava) - RxJava Reactive Extensions for the JVM a library for composing asynchronous and event-based programs using observable sequences for the Java VM. * [Kodein](https://github.com/Kodein-Framework/Kodein-DI)
* [Retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc * [Retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc
## Authors ## Authors