• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps any way to update text on app with mobile?

scorpweb

Lurker
Hey all,

i'm making an android app which will essentially be a mobile version of a site with a few added pages. this much is fine.

there will be an "Announcements" page which we would like to update as easily as possible. preferably via phone/mobile app?

can anyone think of a straight forward way i could implement this sort of thing?

thanks in advance!
 
If you already have a website, why do you need an app? You could simply write mobile friendly versions of your web pages. This is exactly what we did with our web application. The server-side detects what browser/device the client is using, and serves up the appropriate pages.
 
Back
Top Bottom