adding query component and updating contact
2 files changed
tree: b48723989b16edc1c940f83837e89ecfe57e2705
  1. Icons/
  2. inc/
  3. Res/
  4. src/
  5. .badaprj
  6. .cproject
  7. .project
  8. application.xml
  9. manifest.xml
  10. README.md
README.md

PhoneGap implementation for Samsung Bada

Support for: Acceleration, Geolocation (native and browser), Network, Device, Compass

Missing support: Camera, Contacts (Wip), File, Notifications

Steps to build a PhoneGap app

  1. Download Source Code
  2. Import in bada C++ IDE
  3. Put your HTML/CSS files in the Res/ folder
  4. Build&Run!

KNOWN ISSUE: alerts in callbacks freeze the application. DO NOT USE ALERT DIALOGS IN YOUR CALLBACKS

Happy Coding!