This is a tutorial to convert your any website to android app easily ,  This tutorial will include free Video Tutorial , free website to android app source code
, text tutorial ,If You face any problem in this tutorial you can ask me by commenting here or in YouTube channel , You can also convert your blogger or wordpress blog to app using this tutorial easily.

Step 1 Go To MainActivity.xml 
and use below WebView Code

<WebView    
android:layout_width="match_parent"
android:layout_height="match_parent"    
android:id="@+id/webView"/>


Then Go to MainActivity.java and use below Source code

WebView webView = (WebView) findViewById(R.id.webView);
WebSettings webSettings = webView.getSettings();
webSettings.setJavaScriptEnabled(true);
webView.setWebViewClient(new WebViewClient());
webView.setWebChromeClient(new WebChromeClient());
webView.loadUrl("https://createappsgames.blogspot.com/");


and Replace My Website name with your website name 

third and final Step 
Go to AndroidManifest.xml 
and add Internet Permission before first <application tag

<uses-permission android:name="android.permission.INTERNET"/>


Done 

Website to App Android Studio Source Code









Search Keywords
website to apk
convert website to mobile app free
convert website to mobile app software
convert website into app free
convert website to android app free
convert website to ios app free
how to create an android app for my website
android app development tutorial
android app tutorial
android app development tutorial beginner
android studio app development tutorials
android app design tutorial