Please note the dummy api changes the images returned regularly, this can lead to behaviour whereby selecting an image in the list seems to display the incorrect image simply because the backing image itself has changed on the url
Simple app that displays nonsensical data in a list/grid on screen using Google's suggested architecture and ViewGroups in place of fragments. Would have preferred a more Clean Architecture style, but felt that unnecessary for such a small app and... I wanted to try something different :)
Master view (Recycler view) with switchable layouts, upon row item selection, detail view(image with range slider) is displayed
Master detail views are displayed at the same time
-
Extract CluesPresenter out into three presenters, that of
-
Container Presenter
-
List Presenter
-
Detail Presenter
-
Increase Test coverage (only after 1 is complete)
-
Add additional comments
-
Investigate hardware layer morphing
-
Improve Clue loading logic on detail view, currently relies on showing an error image if the load fails, this should be handled by the presenter
-
Add ViewModels