3
I am creating a news app on intel xdk, and would like to know after publishing it in the store how do I update the content, because this update will have to be daily.
3
I am creating a news app on intel xdk, and would like to know after publishing it in the store how do I update the content, because this update will have to be daily.
1
Danilo, how you update content will depend on how you build your app.
The most common way, as commented by Wellington is to use a webservice to get the news and dynamically update the content, take a look at this video https://youtu.be/KtFvvrHNt20?list=PLZL68elhOXv9B9N_O8ghaYXC6HyJJU_Xj that has a step by step how to do this by creating an app in XDK that processes an RSS to display news from a portal.
If you don’t have an online source that provides you the news is more complicated, because you will have to update the content directly inside the app and republish the apk, this is not practical for you the user experience is terrible.
Browser other questions tagged android html5 intel-xdk
You are not signed in. Login or sign up in order to post.
how did you design your application? are you working with webservice? you could create a routine to feed your application whenever you have any new "news".
– Wellington Avelino