mysql - Export remote XML DB files and store in SQLite DB to use by android app -


i have access set of remote xml files stored in server (xml files of mysql database tables). have import , create own sqlite bd use them android mobile app. when remote xml files update(when mysql database information change), sqlite db should change accordingly.

can 1 guide me how accomplish task this.

sample coding/ reference/ idea highly appreciated.

1.download , parse xml files 2.store them in sqlite database 3.write background scheduled service executes code corresponding above 1 , 2. or use cloud device message server android app update sqlite database(but thought above 1 , 2 points may need here also.it logic how develop application).


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -