Add a loading layout in the app #70
Labels
feature-request
Label to put if requesting a new feature
hacktoberfest
Issues to solve if participating in hacktoberfest
help wanted
Extra attention is needed
P1
Priority Task - 1
Currently there is no loading visual feedback in the app. The user is not able to know if the data is being loaded. We need a new common loading layout in the app which we can include in any layout and it should work just fine. Try adding the layout based on live data, which would be controlled from the Common View Model. Currently, the navigation is being controller from the CommonViewModel. Similarly we can add a new live data which tells either the page is being loaded or not and controlled from the commonViewModel iteself. Remember to make it an Event, like
similar to the navigation live data.
The text was updated successfully, but these errors were encountered: