Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.77 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.77 KB

#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

Preview

#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

License

Copyright 2015 Ali Abdolahi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.