Oracle APEX Mobile - doag.org

48
Oracle APEX Mobile was kommt nach dem Wizard? Peter Raganitsch click-click IT Solutions 21.02.2013 DOAG SIG Mobile Donnerstag, 21. Februar 13

Transcript of Oracle APEX Mobile - doag.org

Page 1: Oracle APEX Mobile - doag.org

Oracle APEX Mobilewas kommt nach dem Wizard?

Peter Raganitschclick-click IT Solutions

21.02.2013 DOAG SIG MobileDonnerstag, 21. Februar 13

Page 3: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Meine erste mobile App

Donnerstag, 21. Februar 13

Page 4: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Oracle APEX Mobile

was kommt nach dem

Wizard?

Donnerstag, 21. Februar 13

Page 5: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

APEX Mobile Wizard

Donnerstag, 21. Februar 13

Page 6: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

APEX Mobile Wizard

Donnerstag, 21. Februar 13

Page 7: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

APEX Mobile Wizard

Donnerstag, 21. Februar 13

Page 8: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

APEX Mobile Wizard

Donnerstag, 21. Februar 13

Page 9: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Und nun ... ?

Donnerstag, 21. Februar 13

Page 10: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Alle Möglichkeiten

APEX Plugins

jQuery Mobile

jQuery Plugins

APEX Themes

HTML5

PhonegapWebsockets

Donnerstag, 21. Februar 13

Page 11: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

mobile Frameworks

Donnerstag, 21. Februar 13

Page 12: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

jQuery mobile

Donnerstag, 21. Februar 13

Page 13: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

jQuery Mobile

APEX 4.2.1 = jQuery Mobile 1.2.0

Donnerstag, 21. Februar 13

Page 14: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

JQM Dokumentation

• ...

Donnerstag, 21. Februar 13

Page 15: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

JQM kann mehr als APEX

Donnerstag, 21. Februar 13

Page 16: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Popups

http://jquerymobile.com/demos/1.2.0/docs/pages/popup/index.htmlDonnerstag, 21. Februar 13

Page 17: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

ThemeRoller

http://jquerymobile.com/themeroller/Donnerstag, 21. Februar 13

Page 18: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

data-theme ändern

Donnerstag, 21. Februar 13

Page 19: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Report Template

<ul data-role="listview">

<li> <a href="#LINK#" rel="external"> <h3>#TITLE#</h3> <p><strong>#BOLD_TEXT#</strong></p> <p>#PLAIN_TEXT#</p> </a></li>

</ul>

SELECT 'f?p=&APP_ID.:11:&APP_SESSION.::::P11_CUSTOMER_ID:' ||CUSTOMER_ID AS LINK , CUST_LAST_NAME||', '||CUST_FIRST_NAME AS TITLE , CUST_STREET_ADDRESS1 ||DECODE(CUST_STREET_ADDRESS2,NULL,NULL ,', '||CUST_STREET_ADDRESS2) AS BOLD_TEXT , CUST_CITY||', '||CUST_STATE||', ' ||CUST_POSTAL_CODE AS PLAIN_TEXT FROM DEMO_CUSTOMERS ORDER BY CUST_LAST_NAME , CUST_FIRST_NAME

Donnerstag, 21. Februar 13

Page 20: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

JQM Layout adaptierbar

http://www.jqmgallery.com/Donnerstag, 21. Februar 13

Page 21: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

APEX Plugins

Donnerstag, 21. Februar 13

Page 22: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

HTML5 Number Item

http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/html5-input-item_107.htmlDonnerstag, 21. Februar 13

Page 23: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Maps

http://www.apex-plugin.com/oracle-apex-plugins/region-plugin/oracle-maps-plugin_57.htmlDonnerstag, 21. Februar 13

Page 24: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Maps

Donnerstag, 21. Februar 13

Page 25: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Charts

http://www.apex-plugin.com/oracle-apex-plugins/region-plugin/google-visualizations_29.htmlDonnerstag, 21. Februar 13

Page 26: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

JQM Plugins

http://jquerymobile.com/resources/Donnerstag, 21. Februar 13

Page 27: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

swipe to Delete

http://andymatthews.net/read/2012/02/19/swipeButton-jQuery-Mobile-plugin-launches.-Millions-rejoice!Donnerstag, 21. Februar 13

Page 28: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

slide-in Side-Menu

https://github.com/tegansnyder/JQuery-Mobile-Slide-MenuDonnerstag, 21. Februar 13

Page 29: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Shortcut erstellen

http://code.google.com/p/mobile-bookmark-bubble/Donnerstag, 21. Februar 13

Page 30: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

HTML5 Features

Donnerstag, 21. Februar 13

Page 31: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Geolocation

Donnerstag, 21. Februar 13

Page 34: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

HTML5 Features

http://www.html5rocks.com/de/Donnerstag, 21. Februar 13

Page 35: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Phonegap

http://phonegap.com/Donnerstag, 21. Februar 13

Page 36: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Phonegap

http://phonegap.com/Donnerstag, 21. Februar 13

Page 37: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Sicherheitsbedenken

Donnerstag, 21. Februar 13

Page 38: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Sicherheitsbedenken• Login (Benutzername / Passwort)

Donnerstag, 21. Februar 13

Page 39: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Sicherheitsbedenken• Verschlüsselung durch HTTPS

Donnerstag, 21. Februar 13

Page 40: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Sicherheitsbedenken• VPN

Donnerstag, 21. Februar 13

Page 42: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Schulung 21./22.3.

http://akademie.gnc.atDonnerstag, 21. Februar 13

Page 43: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Schulung 11.4.

http://akademie.gnc.atDonnerstag, 21. Februar 13

Page 44: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

AOUG Konferenz 17./18.6.

http://www.aoug.atDonnerstag, 21. Februar 13

Page 45: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Noch Fragen?

Donnerstag, 21. Februar 13

Page 46: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Noch ein Tipp...

Donnerstag, 21. Februar 13

Page 47: Oracle APEX Mobile - doag.org

© c

lick-

clic

k IT

Sol

utio

ns

Ask the Experts

Donnerstag, 21. Februar 13

Page 48: Oracle APEX Mobile - doag.org

Peter Raganitschclick-click IT Solutions

Welschgasse 8A-1230 Wien

[email protected]://www.click-click.at

http://www.tryfoexnow.comhttp://www.oracle-and-apex.com

Donnerstag, 21. Februar 13