You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robolectric provides testable behaviour by intercepting calls to Android classes through “shadow classes” and mocking part of the Android framework (contained in the android.jar file). Check our page on the wiki about testing with Robolectric for more info. Also you can check this useful medium article written by @joaquinlateral.
Dagger 2
Dagger 2 helps us to implement dependency injection in our code. This new version of Dagger is a fork from the version 1, that's now being developed by Google. See it on Github
SimpleRESTClientHandler
SimpleRESTClientHandler is a library built by @julianfalcionelli that let us make simple request to a REST API using Volley and Gson to parse responses to your models. See it on Github