Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The best of both worlds : Going hybrid with you...

Riga Dev Day
January 22, 2015
660

The best of both worlds : Going hybrid with your mobile APEX Oracle Application

According to Gartner in 2015 50% of all mobile applications will be hybrid. So it is the right time to jump on the bandwagon and start building hybrid mobile applications yourself. And you don't need to know Java, Object C, C++ or other 'strange' languages. Using Oracle Application Express and PhoneGap / Cordova you can create awesome looking and functioning near-to-native applications. In this session we will go through a step-by-step example of an application that synchronises the (native) Contacts on your phone with your customer database.

Riga Dev Day

January 22, 2015
Tweet

Transcript

  1. Copyright © 2014 APEX Consulting The best of both worlds

    Going hybrid with Oracle Application Express
  2. 2

  3. $ cordova plugin add - org.apache.cordova.device $ $ cordova plugin

    add - org.apache.cordova.network-information $ $ cordova plugin add - org.apache.cordova.contacts $
  4. 1 2

  5. 1 2

  6. 1 2

  7. 1 2

  8. 1

  9. 2

  10. 1 2

  11. So, what do you need to build a native app

    …! ! - HTML! - CSS! - JavaScript! ! ! DO try this at home !!