Android: how to develop plugin like feed.nu in WordPress ?

风流意气都作罢 提交于 2020-01-16 18:40:08

问题


The feed.nu plugin generates APK(Android) file from our blog that we can use on android

I am planning to write a wordpress plugin that converts our blog into an APK file that we can install in our Android device or emulator . I am completely new to Android , but I have done a wordpress plugin previously . This feed.nu is a plugin that works in the same way . I just learned how to run an APK file in an Android emulator . So, how can i write such a plugin ? Where should i start ? Do i need to learn how Android apps are developed . Can you tell me in short how can i write my plugin .

Will provide more details if necessary .

Thanks


回答1:


I'm the author of feed.nu and found this question by googeling myself :)

To answer your question with an short answear... A. Yes, you need to learn android development B. Wordpress with php is not enough for compiling an android app. Feed.nu is using external build servers to compile the app.

I'm working on some other project witch does almost the dame thing. Send me an pm if your are intrested to be a part of it :)



来源:https://stackoverflow.com/questions/11149538/android-how-to-develop-plugin-like-feed-nu-in-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!