开发者

How to build web forum in android app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_开发问答 Closed 10 years ago.

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 ?

thanks


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

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

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

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.

EDIT: 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.


If you want to add Geolocation & Search & geolocated search you can use mobyview platform. All these options are available and will be very usefull for you.

Diane

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜