0

I have made an app that shows data in the app which has been fetched from firebase and when in offline mode means in the absence of internet connection, it does not show any data and keeps waiting for the connection to be available.

HamzaAhmed
  • 111
  • 2
  • 4

1 Answers1

0

You can save the response from server in local database, so whenever user opened your app without internet connection you can show data from local database.

How to use sqlite database in android

How to check if user is connected to internet

Mahdi Nouri
  • 1,391
  • 14
  • 29