Widget - Webview Speed

 webview1.getSettings().setAppCacheMaxSize(5*1024*1024);

webview1.getSettings().setAppCachePath(getApplicationContext().getCacheDir().getAbsolutePath());
webview1.getSettings().setAllowFileAccess(true);
webview1.getSettings().setAppCacheEnabled(true);
webview1.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
webview1.getSettings().setLoadWithOverviewMode(true);
webview1.getSettings().setUseWideViewPort(true);
webview1.getSettings().setLayoutAlgorithm(WebSettings.LayoutAlgorithm.SINGLE_COLUMN);
webview1.getSettings().setDomStorageEnabled(true);
webview1.getSettings().setSaveFormData(true);

Komentar

Cara pembuatan Apps paling Populer

Create Stopwatch App in Android using Sketchware

TextInputLayout in Sketchware

How to find and​ highlight a word in a text field in Sketchware?

A Flash Light App in Sketchware

How to enable download in webview in Sketchware apps?

Intent - Open File By Type

Code for implementing Notifications in Sketchware

How to share an image from Drawable folder?

ActionBar back button

Animation Transtition Animation