Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 987 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 987 Bytes

MVVM app template

Sample application to play with new Android frameworks and libraries. Currently it contains 2 screens: places list with pull to refresh and test pagination, place details.

Libraries used

https://github.com/JakeWharton/timber - For logging.

https://github.com/MrEngineer13/SnackBar - UI control for displaying errors and info.

https://github.com/bumptech/glide - For loading images.

https://github.com/square/retrofit - Http client.

https://github.com/square/okhttp/tree/master/mockwebserver - Mocking network requests for testing.

https://google.github.io/android-testing-support-library/docs/espresso/ - For UI testing.

https://github.com/square/spoon - For distributing tests and generate test reports.