A modern way to browse the public photos of Flickr.
You can either grab the APK file and install it using the releases tab.
Or you can git clone
and then build. Using IntelliJ or Android is recommended.
$ git clone <this_repo_url>.git
$ ./gradlew build
$ ./gradlew installDebug
You need a device that is connected via ADB for the tests to work.
$ ./gradlew connectedCheck