Answer the question
In order to leave comments, you need to log in
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
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);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question