How app load old cached data without internet like facebook,youtube etc.
I create a app using xamarin technology it seems to be very slow compare to other apps.
How app load old cached data without internet like facebook,youtube etc.
I create a app using xamarin technology it seems to be very slow compare to other apps.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jul 15, 2021, 11:12 AM
Data is cached on local devices or in browser cache.
One of the technologies to build this type of app is called Progressive Web Apps.
Here is a detailed article on it: https://www.c-sharpcorner.com/article/what-is-a-pwa/
Most of these apps also have their own local database. Its a smaller data storage on local devices such as your phone.