Question

i am new in android,so i have some html pages that contain some events information that i want to save inside the project so the user dont have to go online to view them. i have read solutions online that i can put them i assets folder. but, then i read that assets is read only so i cant update my html page if i want to update them with new events information. There's one sollution i found online, by putting those pages on internal storage, the question is, where is the internal storage on my project? should i make a new folder on my project and put those pages there? is there any solutions so that i dont have to put may pages into assets folder?

Was it helpful?

Solution

Internal Storage: Store private data on the device memory.

If you want something private inside your app, store it here. If you store anything in the External Storage every app can access it.

Read the docs....

http://developer.android.com/guide/topics/data/data-storage.html#filesInternal

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top