Android Question Data from SQLite to Mysql

d3vc

Member
Hello ;
I have data saved in SQLite DB (local device) I want to insert them into MySQL (my network) DB every time the device is connected, could anyone help me with this?
data: one table (event_id, event, date, image)
 
Top