I have created an app and I want to put news every day in the app,
I also have a website …
so how can I do it ?!
sorry about my English 
Ibrahim . [import]uid: 100890 topic_id: 17693 reply_id: 317693[/import]
I have created an app and I want to put news every day in the app,
I also have a website …
so how can I do it ?!
sorry about my English 
Ibrahim . [import]uid: 100890 topic_id: 17693 reply_id: 317693[/import]
one way to do it is to insert the news into an sqlite3 database, upload the db to the webserver and download it from the app [import]uid: 14018 topic_id: 17693 reply_id: 67345[/import]
can you give me an example , please ?! [import]uid: 100890 topic_id: 17693 reply_id: 67346[/import]
any help pls ?? [import]uid: 100890 topic_id: 17693 reply_id: 67497[/import]
Check google, you’ll definitely find some tutorials on how to manipulate data in the db. Save the db and upload it to webserver. Download the db from the app using the network.download() api. http://developer.anscamobile.com/reference/index/sqlite3 - How to work with an sqlite3 db using Corona
[import]uid: 14018 topic_id: 17693 reply_id: 67506[/import]