Ever Dream about an Android app. Let us Start with Simple Website to an Android app.All you need is Create a Project with Empty layout in Android Studio, and replace with the below files, all you need to do is replace "Package Name","tool.context", "webView.Url","appName" . Thats it. Your app is ready. If you need how to change your icon, Ask me in comment box. Activity_main.xml <? xml version= "1.0" encoding= "utf-8" ?> < FrameLayout xmlns: android = "http://schemas.android.com/apk/res/android" xmlns: tools = "http://schemas.android.com/tools" android :layout_width= "match_parent" android :layout_height= "match_parent" android :paddingBottom= "5dp" android :paddingLeft= "5dp" android :paddingRight= "5dp" android :paddingTop= "5dp" android :orientation= "vertical" android :gravity= "center_horizont