开发者

Android web application question

开发者 https://www.devze.com 2023-02-27 22:35 出处:网络
I\'d like to start writing my first android web application . It\'s supposed to be quite a bold project involving OpenLayer ,Javascript and JSON. So my question is should this kind of project be build

I'd like to start writing my first android web application . It's supposed to be quite a bold project involving OpenLayer ,Javascript and JSON. So my question is should this kind of project be build using WebViews or should it involve the browser ?

Personally I have in mind a stand alone application, but from what I've read WebViews are quite a poor choice when it comes to Javascript and web applications. So how does one procedes in such 开发者_JAVA技巧cases ?


Simply creating a standalone App with a WebView is like creating a own Browser for your Web-Project. Why don't you optimize your web-stuff for the lower screen-resolutions of Android Devices?

Because a WebView is an Instance of the Android Browser.


You should try out PhoneGap. Involves building your app inside WebViews using HTML5, JS and CSS3. Huge plus is that you can use the same code for iOS and other platforms.


checkout for wikitude sdk simplearbrowser sample project on www.wikitude.com and download sdk trial version and run sample project u will get the idea about the browser with webview in android.

0

精彩评论

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