1

I am quite new to Android App Development. This could be a very basic question for gurus... Here is my scenario!

I've a website developed in wordpress. Users generally post stories / articles / news on this site. I want to develop an Android app for this site. Whenever a new story is posted, I want the android app to know about it and update the contents to display the latest post. This should be done silently meaning no action shall be needed from user.

Thanks in advance

Vaibhav

4

1 回答 1

1

我想实现这一点的最简单方法是使用 RSS 提要和 Android 应用程序生成器。这个想法是应用程序监视 RSS 提要并从那里显示最新内容。我不熟悉 Wordpress,但我确信 RSS 可以在那里工作。

谷歌搜索类似的东西android app generator RSS。例如,TheAppBuilder提到了对 wordpress 的支持。另一个生成器是AppYet,还有更多。

于 2013-05-24T19:24:59.060 回答