Tuesday, October 23

ADF Mobile Samples are still there...

Yesterday Oracle has released ADF Mobile. So if you are familar with ADF you can jump right into and build some nice test drives.

But what is with all the special mobile features ?

Using sqlite, get a Picture, send a SMS....


To quickstart this greate feature take a look at the following directory:

jdev_install/jdeveloper/jdev/extensions/oracle.adf.mobile/Samples 

You will find the PublicSamples.zip - File. If you have installed the extension.  


:

CompGallery
This application serves as an introduction to the ADF Mobile AMX components by demonstrating all of the components. Using this application, you can change the attributes of these components and see the effects of those changes in real time without recompiling and redeploying the application after each change. See generally Chapter 8, "Creating ADF Mobile AMX User Interface."

:

JavaDemo
This application demonstrates how to hook up your UI to Java beans. It also demonstrates how to invoke EL bindings from Java using the supplied utility classes. See also Section 8.10, "Using Event Listeners" and Section 9.2, "Understanding EL Support."
:




DeviceDemo
This application shows you how to use the DeviceFeatures data control to expose such device features as geolocation, e-mail, SMS, and contacts, as well as how to query the device for its properties. See also Section 9.5, "Using the DeviceFeatures Data Control."
You must also run this application on an actual device, because SMS and some of the device properties do not function on an iOS simulator or Android emulator.



GestureDemo
This application demonstrates how gestures can be implemented and used in ADF Mobile applications. See also Section 8.4, "Enabling Gestures."

:

HR
This human resources application is a CRUD application that demonstrates a variety of real-world application techniques. It uses a local SQLite database to store its data. The application persists the data between each startup and is based on the default HR schema that ships with all Oracle databases. See generally Chapter 11, "Using the Local Database."
By providing layouts for both iPad and iPhone, this application demonstrates how different types of user interfaces can share the same data model. There are a variety of other patterns demonstrated in the application as well.