Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 771 Bytes

File metadata and controls

19 lines (14 loc) · 771 Bytes

RemoteWidget

Schedule image downloading/displaying in Glance widget with WorkManager API.

Every 15 minutes a new image is downloaded from the api and placed in the app widget. I wrote an article about it in Medium.

Make sure you first grab an API key from UnSplash API and then place it in your local.properties file like so

CLIENT_ID = "your_api_key"

Choosing category and start scheduling

After 15 mins