Is it possible to make MySQL Database in an Android Device to store data locally? Like we do in computers by setting up apache server and accessing database through phpMyAdmin.
I know that I can use a MySQL database stored on a remote server through php to fetch data from it. But since an internet connection is not always guaranteed, I would like to save the database locally.
Any type of database will do, but since I have some experience with MySQL therefore it is preferred.
Thanks! Any help is appreciated!