apps-android-wikiedudashboard icon indicating copy to clipboard operation
apps-android-wikiedudashboard copied to clipboard

[sub-isssue] Create offline functionality for Profile Page

Open gconnect opened this issue 5 years ago • 1 comments

Describe the feature you'd like

  • This will be done using room database persistent library
  • The profile page has three tabs, Contribution statistics, Course Details, and Recent uploads
  • All three tabs need offline functionality

Additional context

  • At the moment the profile page is loaded directly from the server and when the user is offline he/she sees an empty page

Would you like to work on the issue?

yes

gconnect avatar Jan 06 '20 13:01 gconnect

Using SQLite Room Database we can decrease network calls.

iamspathan avatar Jan 27 '20 18:01 iamspathan