8000 GitHub - jamariya/Wallser: A wallpaper browsing and downloading app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamariya/Wallser

 
 

Repository files navigation

Wallser

A wallpaper browsing and downloading app

Download the current apk-release

API Key Set-up

  1. Register on unsplash.com

  2. Get your new api key by selecting your applications

  3. Make a constants.xml file in res\values directory

  4. 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>

Screens

Main Screen

Main Screen

Sort Dialog

To order the images based on latest and popular,Network call is then made to Unsplash API based on choice.

sort Dialog

Image Screen

Image Screen

Image Screen (Image added to favorites)

Image Screen (add to favorites)

Favorites Screen

Images marked as favorite are added to this fragment

Favorites Screen

No Favorites Screen

When there are no favorite images present in local storage, this empty view is set.

No Favorites Screen

No Connectivity Screen

Set this empty view incase app can not connect to unsplash API.

No Favorites Screen

Contributions

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.

About

A wallpaper browsing and downloading app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0