Skip to content

Android module to create apps for responsive or mobile websites using custom WebView

License

Notifications You must be signed in to change notification settings

vinkashq/webkit-android

Repository files navigation

#Android Webkit

Build Status License: MIT


Easy to use android module to create apps for responsive or mobile websites using custom WebView. Build your website's own android app in minutes!!! ####[Download Sample APK](https://github.com/Vinkas-com/Webkit/releases/download/1.0.1/sample.apk) ##Add as dependency module Add this on your project's root 'build.gradle' file ``` repositories { jcenter() maven { url "https://jitpack.io" } } ``` Add this on your app folder's 'build.gradle' file ``` dependencies { compile 'com.vinkas:webkit-android:1.0.1' } ``` #How to use ###Java code ``` @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); BrowserLayout browserLayout = (BrowserLayout) findViewById(R.id.browser); browserLayout.loadUrl("https://github.com/Vinkas-com"); } ``` ###Xml layout ``` ```

About

Android module to create apps for responsive or mobile websites using custom WebView

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages