tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
510 stars 34 forks source link

Handle Offline State Better #77

Closed tylerbwong closed 1 year ago

tylerbwong commented 3 years ago

Currently only a Snackbar is being shown when there is no internet. We can improve this experience by:

  1. Showing an empty view for whichever screen the user is on and
  2. Determine the cause of request failure and if the lack of network is detected, launch a settings Intent or use settings panels (Android 10+) to allow the user to turn their internet back on from within the app.