Home

OLL Mobile

FAQ

Building a Mobile Web Application Using Oracle Application Express 5.0

    • Rating:

General Information

  • To support mobile application development, Oracle Application Express incorporates jQuery Mobile. jQuery Mobile-based web pages use a lightweight framework that enables you to create compact and minimalistic web sites that include only a few images and CSS files. Using jQuery Mobile, these applications can run on the following mobile operating systems: iOS, Android, Blackberry, and Windows Mobile.

    In this tutorial, you create a mobile application that is based on the Projects and Departments tables. You will create a List and a Form type of pages for both Projects and Departments.

    Release Date: 19-Jun-14

    Duration: 45 minutes

    Credited To: -

    No Flash Plugin Needed

Reviews

  • ashim.sikder

    18-Oct-14

    Interesting

  • am.groenevelt

    09-Oct-14

    Nice demo, but the installscript is incomplete - the obe_employees are missing. I reconstructed this from the screenshots: CREATE TABLE OBE_EMPLOYEES ( EMPLOYEE_ID NUMERIC(4,0), CONSTRAINT OBE_EMP_ID_PK PRIMARY KEY (EMPLOYEE_ID), FIRST_NAME VARCHAR2(30) NOT NULL, LAST_NAME VARCHAR2(30) NOT NULL, EMAIL VARCHAR2(30) NOT NULL, HIRE_DATE DATE NOT NULL ); insert into OBE_EMPLOYEES values ( 1, 'Sue', 'Littlefield', 'sue.littlefield',to_date('02-06-2001','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 2, 'Mark', 'Ferris', 'mark.ferris',to_date('04-05-2003','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 3, 'Marcie', 'Young', 'marcie.young',to_date('08-08-1997','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 4, 'Joyce', 'Bean', 'joyce.bean',to_date('04-04-2000','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 5, 'Andrew', 'Jarvis', 'andrew.jarvis',to_date('09-01-1999','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 6, 'Anthony', 'Reed', 'anthony.reed',to_date('10-23-2004','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 7, 'Vicki', 'Dean', 'vicky.dean',to_date('12-17-2001','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 8, 'Emily', 'Roberts', 'emily.roberts',to_date('03-03-2002','MM-DD-YYYY')); insert into OBE_EMPLOYEES values ( 9, 'Teressa', 'Chow', 'teressa.chow',to_date('09-09-1996','MM-DD-YYYY')); Add it to the install script or just run it afterwards.

  • lalfadni

    03-Jul-14

    -

Visit the Full Site | About Oracle | Contact Us | Terms of Use