Creating the mobile app project

  1. Prepare the sample mobile app project by locating zip files, BTTBusinessTemplateMobileBankSample.zip, from the BTT release package and extract them to your desired location on your mobile development system.
  2. 2 Download and install Phonegap from phonegap.com into your development environment, for detail information on Phonegap usage, please refer to phonegap.com. Phonegap is a bridge between the native and web in hybrid development mode.
  3. 3 Once Phonegap is ready, create a new iOS project in Xcode 4, or a new Android project in Eclipse 3.6 or above version. Then copy the “www” folder extracted from BTTBusinessTemplateMobileBankSample.zip into the app.
  4. Finally, point the startup url to “www/index.html” by referencing the documentation of Phonegap.