MATTALUI / AutologsMobile--Android

0 stars 0 forks source link

feat(#11, #12, #13): improve state management with loading/empty states #20

Closed MATTALUI closed 4 years ago

MATTALUI commented 4 years ago

This PR adds APP state as a singleton class that activities can subscribe to in order to update the UI as state changes. This allowed for things like loading state checks and check for empty lists. image