An experiment of offline layers with the http-mbtiles cordova plugin.
On start the *.mbtiles files found in the /storage/sdcard/tiles directory are added as layers of a Leaflet and a Openlayers map.
Apache Cordova >= 3
git clone https://github.com/rgamez/offline-layers
cd offline-layers
cordova platform add android
cordova plugin add https://github.com/rgamez/cordova-plugin-http-mbtiles/
cordova run android