开发者

Should I use Webview or Android widgets for webbased Android Application?

开发者 https://www.devze.com 2023-01-25 11:16 出处:网络
I\'m planning a project which will uses JSON objects to display data on andorid mobile. My application is some what similar to facebook application for android. It seems making detailed ui like faceb

I'm planning a project which will uses JSON objects to display data on andorid mobile.

My application is some what similar to facebook application for android. It seems making detailed ui like facebook's like,comment will be time time consuming & webview seems to be better option in this case ? need your suggestion.

I'm also planning开发者_JS百科 same app to be developed on iPhone as well.

Refrence link


Android has enough support for JSON that you can easily use the native widgets for your application. By using native widgets, the Joe Default user will have a more normal (expected) user experience, since most of the application will work just like any other Android application works.

Another thing to take into consideration that by using native widgets, it will probably be easier to add support for different UI sizes (portrait and landscape mode in various sizes can be a pain to get right in a single webview).

0

精彩评论

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