如何建立网络论坛的Andr​​oid应用程序 [英] How to build web forum in android app

查看:84
本文介绍了如何建立网络论坛的Andr​​oid应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我学习Android应用程序。

I am studying android app.

和我想学习如何构建网络论坛在我的应用程序。 (它像论坛,开放的假动作)。

and I am thinking to study about building web forum in my app. (it's like forum in open feints).

有没有办法,我可以建立网络论坛在我的应用程序中引用的任何资源?

Is there any resource that i can reference for building web forum in my app ?

感谢

推荐答案

我不能确定你所说的'webforum'的意思是,如果你要嵌入webforum在你的应用程序使用WebKit的: http://developer.android.com/reference/android/webkit/WebView.html

I'm unsure what you mean by 'webforum' if you want to embed a webforum in your app use webkit: http://developer.android.com/reference/android/webkit/WebView.html

。你将需要存储的数据,检查出的SQLite和其他存储:的 http://developer.android.com/guide/topics/data/data-storage.html

If you want to make a forum native to Android break it down into pieces. You're going to need to store the data, check out SQLite and other storage: http://developer.android.com/guide/topics/data/data-storage.html

您将需要一个让用户张贴的事情,看看自定义对话框:的 http://developer.android.com/guide/topics/ui/dialogs.html

You'll need a way for users to post things, check out custom dialogs: http://developer.android.com/guide/topics/ui/dialogs.html

您将需要建立自己的论坛,它的自我所以看的UI元素。这的确是一个难以回答的准确回答,因为有很少的信息。希望这是一些帮助。

You'll need to build your forum it's self so look at UI elements. This is really a difficult question to answer accurately since there's very little information. Hopefully this is of some help.

编辑:只注意到你说的这两个论坛和形式,如果你的意思是形成然后自定义对话框应该是足够了。您可以在其中嵌入了输入喜欢的EditText UI元素。

Just noticed you say both "forum" and "form" if you mean form then custom dialogs should be sufficient. You can embed UI elements for input like EditText in them.

这篇关于如何建立网络论坛的Andr​​oid应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆