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.
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.