Questions tagged [oracle-adf-mobile]

A Java & HTML5 Based Framework for Developing Mobile Applications

Oracle ADF Mobile enables developers to build and extend enterprise applications for iOS and Android from a single code base. Based on a hybrid mobile architecture, ADF Mobile supports access to native device services, enables offline applications and protects enterprise investments from future technology shifts.

Home: http://www.oracle.com/technetwork/developer-tools/adf-mobile/overview/index.html

68 questions
3
votes
1 answer

Display image in screen(view) background

I want to display image at background of PanelPage which is top most view in ADF mobile. I want to set image at background. My AMX file is :
kels
  • 269
  • 6
  • 21
2
votes
0 answers

Oracle MAF - using external libraries (jars)

The project I am trying to develop is a cross-platform mobile app based on Oracle MAF technology. In this particular project, I have to use very sophisticated Java code. We have tried to use Codename One before, but it has a problem of importing…
2
votes
1 answer

How can I remove the red exclaimation mark from the adf mobile app?

I have created an iOS app in ADF mobile framework of Oracle. I see the red exclamation mark on top of every page that runs on 7.1 SDK. Simulator is iPad based. I have removed all the warnings which were highlighted in the jdeveloper for the…
neo7
  • 654
  • 5
  • 14
2
votes
0 answers

EJB Exception: : java.lang.NoClassDefFoundError: com/mysql/jdbc/MySQLConnection

I am Creating web-service using ADF JEE web application. When I was trying to access web-service it's throwing exception. I place mysql-connector-java-5.1.26-bin jar in my project class path and…
user3117840
2
votes
1 answer

ListView is not working in new ADF Mobile patch

I have a issue in the component list view. After updating, It shows the following error with EL expression: in the component “list view” show error “can not find property row” in the amx pages. Before that its working fine with previous versions.…
Siddh
  • 712
  • 4
  • 21
1
vote
1 answer

Getting unwanted popup "You have not saved your changes. If you close this flow, then your changes will be lost. Do you want to continue?"

Getting this popup every time whenever calling a bean method via valueChangeListener property from SelectOneChoice in a jsff page. I need help to block this unwanted popup. SelectOneChoice's property of the .jsff page: …
Papai from BEKOAIL
  • 1,469
  • 1
  • 11
  • 17
1
vote
1 answer

Network change event in Oracle MAF?

How can I detect network change event in Oracle MAF for that if I want to set/reset a variable value as network state changes? Note: I know that how can we detect network change event using Cordova with settimeout() and I don't want to use…
Himanshu
  • 825
  • 2
  • 10
  • 24
1
vote
1 answer

Does Oracle ADF Mobile/MAF provide any free trial version?

I am new to ADF mobile framework, as I knew it is not free, but I want to have a try whether is this apply to my requirement. Does it provide any free trial version? If license needed, where can I see the quotation? Can I just buy ADF mobile(AMX…
Oktaheta
  • 606
  • 5
  • 21
1
vote
3 answers

How to change Oracle MAF's default springboard icon and alignment?

How can I convert given springboard toggle button from: This -- Right aligned menu icon, opens dropdown menu on click To This -- Left aligned with bars icon, directly open spring board on click.
Himanshu
  • 825
  • 2
  • 10
  • 24
1
vote
1 answer

How to create an excel file within the mobile application in Oracle MAF

I have a plan of developing a new mobile application for Android Platform (later for IOS also), so I opted Oracle MAF for developing my application. The final output of my application will be an excel file(either in .xsl or .xlsx formats). How can…
1
vote
0 answers

JDeveloper 12c and Oracle ADF Mobile(android)

Hello I followed the procedure to build and deploy android Application on emulator using Jdeveloper 12c .the Oracle link for the procedure is this http://docs.oracle.com/cd/E53569_01/tutorials/tut_jdev_maf_app/tut_jdev_maf_app.html try to deploy…
1
vote
0 answers

Writing code on login button for a mobile application in adf for mobile

I am very new to ADF for mobile. I have created a simple page for login. When user enters correct username and password and presses the login button, I should redirect him to next page else display an error message. But, I am not understanding how…
Deepika
  • 331
  • 2
  • 7
  • 20
1
vote
1 answer

Get more than one rows item for one iteration in ADF-Mobile

I want to know how to get two row attributes in one iteration in ADF Mobile. For my requirement, I need to display the image in the page as below: image1 image2 image3 image4 image5 ... So I use the listView to do this.
1
vote
2 answers

Upload Image to FTP Server using ADF Mobile Application

I want to upload an image to FTP Server. Currently i am using JDeveloper 12c(12.1.3.0). My Code: private static final int BUFFER_SIZE = 4096; public String fileUploadMethod(String imagePath){ String ftpUrl = "ftp://"; String host =…
Siddh
  • 712
  • 4
  • 21
1
vote
1 answer

How to give background color for input textBbox in ADF Mobile?

I am trying to give background color for Input TextBox. If I used inline Style it will giving color to field. Now how can I change my background color. Below is my code:
Prabha
  • 707
  • 2
  • 11
  • 27
1
2 3 4 5