- index.html -> App for desktop browser (only chrome)
- frame.html -> App for desktop browser in a nice iPhone Frame
- git clone https://github.com/smeir/Berlin-Vegan-Guide.git
- installed android sdk
- installed IntelliJ IDEA [http://www.jetbrains.com/idea/]
on command line
-
cd Berlin-Vegan-Guide/
-
ant prod.android (this will minify css & javascript and copy everything to build folder)
-
open IntelliJ, open project
-
File->Project Structure->Project
- set Project SDK to your installed Android SDK
- set Project compiler output path
-
Tools->Android->Export Signed Application Package
- adb uninstall org.berlin_vegan.bvapp (if already installed)
- adb install BVApp-Android.apk
- update css files with "compass compile" in /resources/scss
##Supported Platforms
- Android 2.x
- iOS 3.x
- Source code: GPLv2
- Content: CC BY-NC-SA 2.0
##Used Software and Tools
- Sencha Touch 1.1
- Include.js 1.0.4 http://capmousse.github.com/include.js/
- phonegap 0.9.4
- WebStorm 2.0/Intellij IDEA 11