Unofficial Unsplash Android app
Resplash
Resplash is powered by Unsplash.com
The internet’s source of freely-usable images. Powered by creators everywhere.
- Browse 1M+ high-res photos
- New photos everyday
- Automatic wallpaper changer: Automatically refresh your home screen with a new random wallpaper
- Muzei 3.0 Live Wallpaper source (Muzei app needs to be installed: http://get.muzei.co)
- Dark theme
- Download raw photos
- Set as wallpaper straight from the app
- View user profiles, curated collections, photo stats and EXIF data
- Log in to like photos and update your profile
- Various layout options
Download
Screenshots
Build
Note that in order to access the Unsplash API, you must at a minimum:
- Create a developer account at: https://unsplash.com/developers
- Copy your app access key and secret key
Then add the following to your local.properties
:
devAppId="<Access Key>"
devSecret="<Secret Key>"
releaseAppId=""
releaseSecret=""
googlePlayLicenseKey=""
To build the app, you will need to get a google-services.json
file from Firebase:
- Go to Firebase and create a new project
- In the Firebase console, add an Android app to the project with the package name
com.b_lam.resplash.debug
- Download the
google-services.json
config file - Then place the
google-services.json
file in theapp/
directory (at the root of the Android Studio app module)