I am android beginner and I am developing a mobile application which fetches the data from MySQL server when connected to internet but I want to fetch the data in offline for that i need to store the data in SqLite when it is loaded from server.How can I get the data from MySQL and store it in sqlite ,so that whenever I need data it have to fetch from sqlite? please provide me solution
Thanks in advance