A
A
Alexey2014-08-19 19:25:42
Android
Alexey, 2014-08-19 19:25:42

What service makes an application based on the site's URL?

There is a site adapted for a smartphone, for example m.lenta.ru or m.yandex.ru
Task: to make a mobile application based on the site (site in the application shell) with minimal resources.
Is there such a service that builds a mobile application based on the site URL. You feed him a URL, in response you download an application ready to be uploaded to the market?
If there is no such thing, then besides PhoneGap, what else is available from the arsenal to solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FanKiLL, 2014-08-20
@alexeidumansky

So there are literally 3 lines of code you need to write

WebView myWebView = (WebView) findViewById(R.id.webview);
WebSettings webSettings = myWebView.getSettings();
webSettings.setJavaScriptEnabled(true);

Okay 4, add permission
And how would you then update the generated application? Well, you never know, would you like to remove the title bar? It is necessary to sign it with a certificate, change the version, otherwise the market will not accept it.

A
Alexander Taratin, 2014-08-19
@Taraflex

www.appsgeyser.com/create/url

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question