Generating Android app

  Options

Generating Android app

How to set configurations and create a Android app.

Before you begin building Android applications, understand that all Android applications must be digitally signed before the system will install them on an emulator or device. There are two ways to do this: with a debug key (for immediate testing on an emulator or development device) or with a private key (for application distribution). Following sections discribes how to do that with automated Mobile package

Android Gestures

  • press 'Menu button' : Go to settings

  • press 'Back button' : Go back

  • swipe 'Left' : Go to prev/next page

  • swipe 'Right' : Go to next/prev page

  • swipe 'Up' short distance : Go to scroll up

  • swipe 'Down' short distance : Go to scroll down

  • Tap Hold long time : Pop up for view Menubar/ToC/Settings (more than 1000ms)

  • click Options Button : Pop up for view Menubar/ToC/Settings

    Figure 2. Option Button

    Option Button