Page MenuHomeGitPull.it

Refactor code to use Android Jetpack framework
Closed, ResolvedPublic

Description

Wether we like it or not, Android is moving to architecture components such as Room, LiveData, and so on. It's really a pain in the ass, but we need to:

  • add latest support library versions
  • refactor the code in order to use said libraries (Loaders RIP!!!)

If you say "no, but the app works like this" then get ready to see it NOT WORK in a few Android versions.