A photo-sharing app where you can find and share wallpapers. Curious about the design? Click here
This is my capstone project for Udacity Android Developer Nanodegree.
Icons from Material Design Icons
- Clone the repository
$ git clone "https://github.com/maheshgaya/CoolWallpapers.git"
- Import the project in Android Studio
- todo setup Firebase API
- Get your Places API key and copy
app/src/main/res/values/places_api_template.xml
toapp/src/main/res/values/places_api.xml
. Replace theplaces_api_template
withplaces_api
. Add your api key toplaces_api
. - Run the project on a physical device or an emulator with api 16 or above. (Note: the emulator might not have the latest Firebase API.)