8000 GitHub - gurpreet-/flickrly: A modern Android Flickr app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A modern Android Flickr app.

Notifications You must be signed in to change notification settings

gurpreet-/flickrly

Repository files navigation

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