简体   繁体   中英

Android app for a web application without an API

Is it possible to create an Android app for an existing web application which doesn't provide any API?

Webview just provides a crude view of the same web app in Android, but interface with webview looks crappy.

What you're asking is very possible. Just load up your URL in the webview and then redirect all clicks to go back to the same view. There you have an embedded website into an application.

What do you mean by interface for WebView looks crappy? You can make it look like anything native on the phone.

If you want your web page to have the look and feel of a native android app without creating the native app, you'll need to do so using javascript on your served page. Take a look at http://jquerymobile.com/ which seems to do a lot of the leg work. You can use that javascript and a little elbow grease to accomplish what you describe.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM