Skip to content

yiyocx/yawa

Repository files navigation

YAWA

Yet Another Wallpaper App is just a simple Android App that provides wallpapers from Unsplash.

I created this app as a fun side project just to try architectures and popular technologies.

Please refer to the Built With section for the full description of technologies used.

Development setup

In order to run this project in your local machine you need an Access Key and a Secret Key from Unsplash. You can get it from here:

Then you need to create a file koin.properties like this:

ACCESS_KEY=YoUr_AcCeSs_KeY_hErE
SECRET_KEY=YoUr_SeCrEt_KeY_hErE

and put it in the path app/src/main/assets/

Built With