#website in webview
website in webview or website to android is an Android project that load website in a full screen webview with loading screen. it helps you convert you responsive website, into a simple Android application.
#Screenshot
#Quick Start
Step 1 - import project into eclipse form Import>Existing Android code into workspace
Step 2 - Make the following changes in MainAcivity.java
// set your custom url here
String url = "http://www.YOURCUSTOMURL.com/";
// if you want to show progress bar on splash screen
Boolean showProgressOnSplashScreen = true;
Step 3 - change splash screen loading picture, in res/drawble-hdpi/splash.jpg
Step 4 - change icon's, all ic_launcher in res/drawble folder or follow Change App Icon in Eclipse IDE with Android SDK
Step 5 - follow these steps on Tuts+ to make your application ready to publish
Step 6 - add star to this project and if you are an Android developer, help me by fork this project and send pull request
The MIT License (MIT)
Copyright (c) 2016 Ali Abdolahi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.