So this is what I need to do before my traineeship ends.
1) Create an SQLite database (Windows GUI SQLite prog: http://sqliteadmin.orbmu2k.de/)
2) Put it on a server
3) make a php script that will update / read your database (on the server)
query($query);
echo DONE;
} else {
die($err);
}
?>
4) Call this php script from your android app
http://yourserver/yourfolder/yourscript?yourRowId=1&yourUpdateVar=3
http://yourserver/yourfolder/yourReadScript (parse html response)
Done
That's how I'd do it in 3 weeks :-)
OOI were's ur traineeship @?