I am developing an android app as junior project at school.
It is a simple TVGuide. I have parsed program names, dates, times etc with Java and I've inserted this parsed texts to DB with mysql.
On the other hand , I want to use sqlite in android part of my project while fetching the parsed records.
So, how can I use parsed contents from mysql in sqlite. I have created DB with MySQL. I am not sure can I use same db with sqlite. Can anyone help me ?