Z
Z
zdiii2015-01-28 12:01:35
Android
zdiii, 2015-01-28 12:01:35

How to make an android application from a website?

Hello!
Here is a page (website) how to make an Android application out of it?
Are there tutorials?
I know WEB.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
G
GavriKos, 2015-01-28
@GavriKos

Google phonegap
Or just make a browser app.

D
Danil, 2015-01-28
@Veneomin

Make the WebView the full width of the device window.

B
Bob, 2015-04-23
Smiley @blackrid

Try the plugin https://github.com/apache/cordova-plugin-inappbrowser
Well, if the site is not mobile-friendly, you will have to work with styles and code.
Or define USER-AGENT and open another, lightweight copy of the site.

$useragent = strtolower($_SERVER[ 'HTTP_USER_AGENT' ]);
if (preg_match('/windows\s*ce|iphone|ipod|ipad|android|palm|symbos|symbianos|mobi|minimo/', $useragent)) {
// значит, загружено с мобилки
}

L
levedun, 2015-02-03
@levedun

Cordova Android
Maybe this will work too

I
Ivan Lebedev, 2015-02-05
@kamiLLxiii

If you need to make it easy to view a web page on your phone, instead of writing an application, you can use the Get&Check service and its mobile application . In the service, you create a page, or ref to your own, and the application will be able to open it. Get push notifications as a bonus.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question