First steps with Oracle ADF Mobile for iOS and Android

Posted by Bruno.Borges on Oracle Blogs See other posts from Oracle Blogs or by Bruno.Borges
Published on Sun, 4 Nov 2012 19:38:41 +0000 Indexed on 2012/11/04 23:08 UTC
Read the original article Hit count: 338

Filed under:

Oracle announced recently its new Mobile development platform, called Oracle ADF Mobile. With it, you can build truly Java applications, deploy and run real Java code on both Android and iOS with its self-contained Java runtime.

It also comes with PhoneGap. which allows you to use any feature your phone offers, like sensors and camera. It's probably the most complete solution for mobile development out there, simply because with Oracle ADF Mobile, you can write Native, Hybrid or Web applications for your smartphone and tablet.

Do you want to take a quick look on what can be done with it? Check out this video

Now, to start with Oracle ADF Mobile, here are the first steps you will have to go through.

  1. Download Oracle JDeveloper
    Go to this link and download the install file for your environment (Windows, Linux-32bit or Generic)
  2. Install JDeveloper (of course)
    If you need help on this, look at the documentation (if you've downloaded 11gR2, click here)
  3. Download Oracle ADF Mobile Bundle
    This is the download page for Oracle ADF Mobile. Accept the license as usual at the top, and follow with the Download button. It will take you to another page, where you will see a table containing a download link. Click on it and it will start downloading a ZIP file.
  4. Start JDeveloper
    Start Oracle JDev. It may self update. Restart the IDE if you are asked to.
  5. Go to Help > Check for updates
  6. Click Next and make sure you are at the "Source" tab
  7. Select "Install From Local File"
  8. Select the Oracle ADF Mobile ZIP you downloaded on step 3
  9. Finish the process

 

Now you have JDeveloper with Oracle ADF Mobile sucessfully installed!

There are two great tutorials to start coding with ADF Mobile. Just choose your platform!

And have fun! :-) 

© Oracle Blogs or respective owner

Related posts about /Oracle