WebWrapper
A simple wrapper for HTML 5 based web applications on Android devices. By loading the web application in a WebView that has the specific characteristics needed you get a similar experience to the iPhone's home screen bookmarks.
Configuration
Configuration is done in the "/res/values/config.xml" file. Most of these are self explanatory but here is a quick rundown of the settings currently available:
- app_name - The name displayed on the home screen and in the title bar.
- app_url - The location of the actual web application.
- show_scrollbars - Whether the scrollbars should be visible at all times.
- show_title - Whether the title bar should be visible.
- show_notificationbar - Whether the notification bar should be visible, if this is set to false the application will be full screen.
- use_javascript - Whether to enable Javascript or not, you'll want this at the very least.
- use_database - Whether to enable client side database or not.
- database_size - The size of the database space needed in megabytes.
- use_appcache - Whether to enable the appcache for offline capabilities or not.
- appcache_size - How much space is needed for appcache in megabytes.
Branding
After these values are set according to your requirements you will want to replace the placeholder splash image and icons. The images are in "/res/drawable" and "/res/drawable-*".
Thanks to bharathp666 over at deviantART for the icon.
Copyright 2010 Zoee Silcock