Skip to content

Android Application that permits to retrieve the public photo of Flickr users in the surroundings and display them in a Gallery, showing also a map with pins that locate the publication location of each of them.

Notifications You must be signed in to change notification settings

OmarMohamedDev/SocialLives

Repository files navigation

Social Lives

Android Application that permits to retrieve the public photo of Flickr users in the surroundings and display them in a Gallery, showing also a map with pins that locate the publication location of each of them.

Setup Project

  1. Clone this project
  2. Follow this guide in order to obtain a Google Maps API Key
  3. Follow this link to request a Flickr API Key
  4. Create a secrets.xml file under the res/values folder and add the following:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="google_play_maps_api_key">Your Google Maps API Key</string>
    <string name="flickr_api_key">Your Flickr API Key</string>
</resources>

You're all set!

Google Playstore Link

Social Lives App

Notes

The Map functionality is temporary disabled in the master, develop and consequently the production version of the app due to Flickr APIs that seems that, in certain case are not providing anymore the geo-coordinates of public photos; Working on a workaround in the version-with-map branch.

About

Android Application that permits to retrieve the public photo of Flickr users in the surroundings and display them in a Gallery, showing also a map with pins that locate the publication location of each of them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages