Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
/ Upgur Public archive

A very simple offline-first Imgur client app

License

Notifications You must be signed in to change notification settings

xiprox/Upgur

Repository files navigation

Upgur

An offline-first Imgur client app that lets you view your albums and photos and upload new ones even if you are offline.

It's a solution to an interview task and mainly consists of my explorations of Android Jetpack. It uses the following components:

  • AppCompat
  • Lifecycles
  • LiveData
  • Navigation
  • Room
  • ViewModel
  • WorkManager