A wallpaper browsing and downloading app
Download the current apk-release
-
Register on unsplash.com
-
Get your new api key by selecting your applications
-
Make a constants.xml file in res\values directory
-
Place your api key as an string item.
Line of code to put in constants.xml
<item name="unsplash_api_key" type="string">9e208c068221e7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</item>
To order the images based on latest and popular,Network call is then made to Unsplash API based on choice.
Images marked as favorite are added to this fragment
When there are no favorite images present in local storage, this empty view is set.
Set this empty view incase app can not connect to unsplash API.
Contributions are welcome. Fork it, clone it or download it!
For feature suggestion, either drop a mail or raise an issue. Any way is better.