/flickrly

A modern Android Flickr app.

Primary LanguageJava

Flickrly

A modern way to browse the public photos of Flickr.

Getting started

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  

Running tests

You need a device that is connected via ADB for the tests to work.

$ ./gradlew connectedCheck

Credits

  • The Flickr team for opening their API and supporting a large variety of response formats.
  • Paper for their really great database.
  • Dagger and Google.
  • Iconics by MikePenz.