How To use the device storage in webapp ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How To use the device storage in webapp ?

I know that how 2 Develope WebApps in Android Studio, but how can I access the device storage for storing the data of my application ? I had also tried localStorage(), but it also failed, So suggest me what I should do ?

1st Jun 2018, 5:36 PM
GodSpeed
GodSpeed - avatar
1 Answer
+ 5
Edit: Found this article on caching web (webview) data on an android device: http://tutorials.jenkov.com/android/android-web-apps-using-android-webview.html#caching-web-resources-in-the-android-device You may also wanna check this out, perhaps: https://developer.android.com/guide/topics/data/
2nd Jun 2018, 8:07 AM
Dev
Dev - avatar