https://github.com/gurpreet-/flickrly
A modern Android Flickr app.
https://github.com/gurpreet-/flickrly
android flickr flickr-api flickr-feed
Last synced: 7 months ago
JSON representation
A modern Android Flickr app.
- Host: GitHub
- URL: https://github.com/gurpreet-/flickrly
- Owner: gurpreet-
- Created: 2018-11-25T22:19:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T00:31:29.000Z (over 7 years ago)
- Last Synced: 2025-03-03T22:11:29.353Z (about 1 year ago)
- Topics: android, flickr, flickr-api, flickr-feed
- Language: Java
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/gurpreet-/flickrly/releases) tab.
Or you can `git clone` and then build. Using IntelliJ or Android is recommended.
```sh
$ git clone .git
$ ./gradlew build
$ ./gradlew installDebug
```
### Running tests
You need a device that is connected via ADB for the tests to work.
```sh
$ ./gradlew connectedCheck
```
### Credits
* The Flickr team for opening their [API](https://www.flickr.com/services/feeds/) and supporting a large variety of response formats.
* [Paper](https://github.com/pilgr/Paper) for their really great database.
* [Dagger](https://google.github.io/dagger/) and Google.
* [Iconics](https://github.com/mikepenz/Android-Iconics) by MikePenz.