creating mobile application in the apex 4.1

All,

I am creating a mobile application in the apex 4.1 but I can't like the new theme of jquery like 4.2.x then what is the best approach without installing additional libraries / files on the server? I tried cloudy = 24 but its is not in great shape on mobile devices?

any suggestion is appreciated.

Hey Gor,

No there is no easier way to do this. You must import jQuery mobile JS and CSS to make it work.

Step by step guide is provided here: its pretty simple hassle.

http://www.Oracle-and-apex.com/create-a-mobile-theme-for-Oracle-apex/

Thank you

Sunil Bhatia

Tags: Database

Similar Questions

  • What is the best Adobe application to create mobile applications from the "ground up"?

    What is the best Adobe application to create mobile applications from the "ground up"?

    This might be useful:

    WEB - how to choose the best tools for your project

    • Adobe Dreamweaver is mainly for professional website developers who live and breathe the programming or for designers and project managers who have learned enough HTML at ease. Even if there are a lot of models and tools of environmental Designer, the major attraction of Dreamweaver is how it offers full access to the code, with immediate feedback (through a split screen) what look like the results. The same content can be published for a desktop browser or mobile devices like the iPhone, iPad or Android smartphones.
    • Adobe Muse is a new tool mainly for graphic designers who want to create and publish Web sites without writing code. With a cooked graphic design interface, Adobe Muse generates the HTML to publish directly to the web. Muse sites can be hosted on the hosting platform integrated Adobe Business catalyst or transferred to a third party hosting provider. Adobe Muse includes widgets, which are built features such as slideshows and albums, that you can drag and drop on the pages of the site. However, Muse currently does not support the development of sites that target mobile devices, like the iPad, iPhone and Android smartphones.
    • Adobe Edge, currently public preview on Adobe Labs, is used to create web animations. The files it produces are usually added to a Web site using a tool such as Dreamweaver. The beauty of the edge, is that animations are based on the latest standards open such as HTML5 and CSS3. With no plug-ins needed, animations work on the latest PC and Mac browsers as well as mobile devices, where the Flash technology is not universally supported.
  • Hi, tell me if the product is adobe to create mobile applications android and ios?

    Hi, tell me if the product is adobe to create mobile applications android and ios?

    Hello

    You can check the following links for Adobe mobile applications development tools

    Mobile application development | Adobe Developer Connection

    Adobe mobile, iPhone, iPad, Android apps | Adobe Creative Cloud

    Android, Android SDK application development | Adobe Developer Connection

  • creating mobile application with user profile

    How to create a mobile application (in the anime), where the user has if register first of all create a unique profile (username, password, and email - with the confirmation feature) where only a nickname could be visible to another user? (users can use this app only after creating user profile)

    I can then convert this app in html (in PhoneGap)?

    you will need to use fp 20 + and edit your descriptor to allow areas not secure (unless your server is secure):

    http://fpdownload.Macromedia.com/pub/labs/flashruntimes/shared/air20_flashplayer20_release notes.pdf

  • PL/SQL, used in application of the APEX of unit tests

    question by my client:

    I develop an Oracle Application Express application and work on unit tests for stored procedures in PL/SQL and the packages that are stored in the underlying database and used by the application of the APEX. These unit tests must run in the context of SQL Developer Unit Test.
    The problem is that the PL/SQL code stored in the database using functions such as NV('APPLICATION_ITEM') to access items in the application of the apex. They do return all values when I try to execute the PL/SQL within the unit test framework, that is to say in the backend. While it is good that the NV is not error, NULL haven't really work well in my scenario either (for example when the result of this function is inserted into a column NOT NULL in a table). I can think of a few workarounds, such as the creation of my own function NV within the schema to test return values desirable, but nothing seems a really satisfactory solution. I wonder if there is no recommendation to Oracle for this scenario - how can I run code that uses the APEX via backend-specific features. I found nothing in the documentation of the APEX for this but I would like to know if there is a recommendation how to better deal with this case.

    I use SQL Developer version 4.0.0.13.80

    Hello

    Indeed, you must set your PL/SQL function calls. This would be the cleanest solution.

    There is an alternative. Please see the following article on the creation of an APEX in PL/SQL session: Martin Giffy D'Souza on Oracle APEX: how to create a Session of the APEX in PL/SQL

    This approach allows to set the values of APEX application item before you run your unit tests. I don't know if it's possible in SQL Developer Unit Test, but it might get you further down the road.

    Good luck

    Nick

  • How to determine the device (desktop or mobile) attached to the Apex

    Hello!
    I have developed several triggers that fire after the connection. One of them to redirect the user defined start page app.
    Now when mobile applications are introduced (Apex 4.2), many things have changed in my logic.
    The user can have a single page of starting for a mobile to desktop application.
    So I have to apply the same logic as it is built in the Apex (when the user go app to be redirected to the page of connection to desktop or mobile).

    Question of mine is how to achieve something in LSPQ. As this code:
    IF desktop_ver=1 then 
      :STARTUP_PAGE = 123;
    ELSIF desktop_ver=2 THEN
      :STARTUP_PAGE = 1123;
    ELSE
       :STARTUP_PAGE = 1;
    END IF;
    Where desktop_ver is something (variable, function or any other thing, '1' = desktop, '2' = mobile... device acknowledged not not "something else") which must be able to recognize already mention (mobile or desktop) device which calls the page.

    RG
    Damir

    Published by: Damir Vadas on January 7, 2013 03:17

    Hi Damir,

    This code is embedded in the part of the engine that sets up the session at the beginning of the request processing. Basically, it examines the http USER_AGENT header to detect the user interface. I can't show you the source code of the Apex, but there are other frameworks in various languages (some of them open source, for example Categorizr) who are doing similar things:

    http://en.Wikipedia.org/wiki/Mobile_device_detection

    Our device detection code executes when the URL does not contain a page id. It is looping through all of the user interfaces that are installed in the app and redirects to the homepage of which can be detected automatically. If there is an ambiguity, Apex shows a selection of integrated device page. We also thought to detect client-side and the hooks are in place (wwv_flow_ui_types.autodetect_js_function_body). That is not yet implemented, however.

    Kind regards
    Christian

  • Change password for the application from the apex

    Hi friends,

    I created an application of database in the apex, for this application in the login page, that I need to set as

    Forget the password link or change the password link, assume that if the end user clicks that link means, there ask for the

    New password: and confirm password

    shortly after he entered the password if the user connects to the application of the means, he needs to go inside the application. .........


    Normally to reset the password for the end user for the application, we will do it on the side of the administration of apex

    It is that we will give RESET PASSWORD OPTION to change the password for the end user...

    My question in this sense, that the end user must change his password by itself in the front end application...

    It is possible to like that in the application of the apex...

    How friends,

    Kind regards
    Mini...

    The problem is that you have specified a different page than the page of connection (due to which your login page used the builtin page). During the passage of the authentication, you must specify that 101 is indeed your login page (disabled by default)

    Here's a screenshot of it.

    So, in your workspace, choose current change, choose the authentication name and when you get to this screen tick the checkbox and submit. You should be prompted for your login page (which corresponds to the theme). This should solve the problem.

  • How user name passed to each page of the application of the APEX

    Hello world

    I want to understand, how the user name is passed to every page of the application of the apex. On each page we see the user name, the logout button. Reason I asked, I want to understand the concept and I would pass the role assciated with username. So what is the best way to switch roles as associated with the username.

    Thank you

    Karam,

    If you want to be included in the simplest model is to create an element of the application in the shared components, for example:

    MY_VARIABLE

    in the model, you can use & MY_VARIABLE. just like & APP_USER.

    You can set the session in pl/sql variable, for example by:

    apex_util.set_session_state ('MY_VARIABLE', 'MY_VALUE');

    You can access MY_VARIABLE in pl/sql read only using the V function:

    v ('MY_VARIABLE')

    Exactly when and where APP_USER is, I don't know, but I hope this helps.

    Kind regards

    Blackstone

    Published by: blackstone on July 22, 2009 16:13

  • Creating a tree in the Apex.  I want that the link to an external Site.

    I created a tree in the Apex. I want to link to an external site, but the URL is concatenated with the address of the server, is it possible to remove that?
    Example: Want to link to google.com on a node. Click the node trying to get to Http://servernameofApexserver//google.com

    Hello

    Did you put http:// in your URL? Otherwise, it is considered a relative link.

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd

  • Can we use Beta to create live applications on the Apple App Store?

    Hello

    Can we use Beta to create live applications on the Apple App Store?

    Here are the terms of use, you agree to during registration for the beta: https://beta.publish.adobe.com/resources/dps_beta_tou.pdf. Article 3 is the relevant section that answers your question.

    Neil

  • Pass variable header OAM at the Apex and read it in application of the Apex

    We have integrated access Manager Oracle 11 GR 1 material with Oracle Apex 4.1. OAM-Apex integration works very well. Now we want a variable header additional to pass to the application of the Apex of the OAM. This new header variable will be the user's sAMAccountName in Active Directory. OAM is integrated with AD and AD successfully users access the applications of the Apex.

    The header three variables that are set up in OAM right now are:
    Name of the variable header value
    1 OAM_REMOTE_USER $user.userid
    2 OAM_REMOTE_USER_EMAIL $user.attr.mail
    3 OAM_REMOTE_USER_GROUPS $user.groups

    We need a variable to page header as mentioned below:
    The header variable name: OAM_SAMACCOUNTNAME
    Value: $user.attr.samaccountname

    The new header variable has been added in the file dads.conf of the OHS server as shown below:
    = dads.conf =.
    ...
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_GROUPS
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_EMAIL
    PlsqlCGIEnvironmentList HTTP_OAM_SAMACCOUNTNAME
    ...
    ===============================

    But we are not able to read the value of this attribute in the application of the Apex.

    The application of the Apex, there is a text box that displays the value of this header variable. This text box is attached to the following stored procedure call to retrieve the header variable:
    ===================
    Start
    : P1_HEADER_VALUE: = owa_util.get_cgi_env ("HTTP_OAM_SAMACCOUNTNAME");
    end;
    ===================

    The text box displays the correct value only if HTTP_OAM_REMOTE_USER is passed to the get_cgi_env method, but shows nothing when HTTP_OAM_SAMACCOUNTNAME is passed to the same method.

    Please let me know if Miss me some configurations to pass the variable to anna64 HTTP_OAM_SAMACCOUNTNAME OAM to the Summit.

    Thanks for your help.

    Hi 900202,

    You can run

    begin
        sys.owa_util.print_cgi_env;
    end;
    

    in the SQL commands to see all headers. Maybe OAM_SAMACCOUNTNAME went without an HTTP_ prefix or its value is null, because there is a configuration problem in OAM.

    Kind regards
    Christian

  • Creating an application to the appellant a package and procedures

    Hello:

    I have a package named change of Patient. In the package body, I have 16 procedures, each making a different function.

    Currently, our users use SQL Developer or Toad to execute the procedure they want. They type the statement necessary to perform the procedure.

    They would like to have an application at the APEX where they just click on the procedure, or select the procedure they want to run and the procedure is its ' thing.

    Is this possible to do? If so, how should I do this?

    Thanks in advance.

    You have execute privileges on the user you are trying to execute the procedures of?

    -Chris

  • ADF mobile application deployment: the Android Dalvik (.dex) file does not exist. (oracle.adfmf.framework.dt.deploy.android.deployers.ApkDeployer)

    Nice day

    I use Jdeveloper 11.1.2.3.0

    I'm getting following error when deploying my first app on the android emulator, please help me solve this problem. The exception log is the:

    [10: 50:12] update Android profile dependencies with FAR profiles created from application projects...

    [10: 50:12]-deployment began.  ----

    [10: 50:12] the target platform's (Android).

    [10: 50:12] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive2."

    [10: 50:12] check the State of the Android Debug Bridge server...

    [10: 50:17] Server Android Debug Bridge started.

    [10: 50:17] check a single Android emulator is online and connected to the ADB server...

    [10: 50:17] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive2."

    [10: 50:17] analysis of the dependence running...

    [10: 50:17] building...

    [10: 50:17] deployment of 3 profiles...

    [10: 50:17] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar

    [10: 50:18] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar

    [10: 50:18] start preparing the package...

    [10: 50:18] check the Application Controller project exists...

    [10: 50:18] checking dependencies of applications...

    [10: 50:18] Validation of the application XML files...

    [10: 50:18] Validation of the XML files in the ApplicationController project...

    [10: 50:18] Validation of the XML files in the ViewController project...

    [10: 50:18] copy of FARs in the application of the Mobile ADF framework...

    [10: 50:18] far from the source of the copy: ViewController...

    [10: 50:18] copy by far the source: ApplicationController...

    [10: 50:18] copy of model Android...

    [10: 50:48] copy of the framework resource files...

    [10: 50:48] copy of resource files java framework...

    [10: 50:57] copy of the common javascript files...

    [10: 51:02] deployment of counting files...

    [10: 51:02] copy of the application image files...

    [10: 51:02] copy of the ADF Mobile configuration files...

    [10: 51:02] .adf files...

    [10: 51:03] copy of file security related to the application of the Mobile ADF framework...

    [10: 51:03] Creation of preferences Android XML files...

    [10: 51:03] creating AndroidManifest.xml file...

    [10: 51:03] Creation of unsigned Android application file...

    [10: 51:31] compile the file of the Android resource identifier...

    [10: 51:33] create file classes.dex Android since the class files...

    [10: 51:33] update of Android application file not signed with content file and .adf DEX...

    [10: 51:33] Server Android Debug bridge closure...

    [10: 51:33] undeployment.

    [10: 51:33] - incomplete deployment.

    [10: 51:33] the Android Dalvik (.dex) file does not exist. (oracle.adfmf.framework.dt.deploy.android.deployers.ApkDeployer)

    Hello

    I found the answer to this error, it's like actually had reinstalled Studio Android, whereby a new directory has been created with the software, called SDK as sdk1. And in my tools-> preferences, path of the plate-shape and tools platform was given as the sdk (old directory). Now, I've updated the path in the new directory as sdk1 and it works fine.

    Best regards,

    Julien

  • How to create a crosstab to the APEX report

    Hi all

    Here's the query that I want to create a report of the tab cross- report_label & project_execution. Could you please guide me how to proceed in Oracle APEX.

    Select project_execution,

    report_label,

    (Project_execution) count of)

    SELECT NVL (xmigr.project_execution,' ') project_execution;

    xmigr.report_label

    OF xxqbix.xxqbd_disco_count_details_d xdcd,.

    xxqbix.xx_fls_disco_migr_comments xmigr,

    (select report_label, 'Y' qbix_phase1_2)

    of xx_fls_disco_migr_comments c

    where 1 = 1

    and c.project_execution in (' QBIX Phase 1', ' QBIX Phase 2' "')) xcom2

    WHERE xdcd. Annual = xmigr. ANNUAL

    AND xdcd.worksheet = xmigr.worksheet

    AND xdcd.owner = xmigr.owner

    and xmigr.report_label = xcom2.report_label

    and Accruals 'xmigr.report_label ='

    Xdcd.owner GROUP,

    NVL(xcom2.qbix_phase1_2,'N').

    xDCD.Workbook,

    xDCD.Worksheet,

    xmigr. Migrate,

    NVL (xmigr.project_execution,' '),

    xmigr.report_label,

    Group of xmigr. Portal_Name) by project_execution,.

    report_label

    Kind regards

    Sushant

    not tested not having no not your tables, but the use of something like that

    WITH pivot_data AS)

    SELECT NVL (xmigr.project_execution,' ') project_execution;

    xmigr.report_label

    OF xxqbix.xxqbd_disco_count_details_d xdcd,.

    xxqbix.xx_fls_disco_migr_comments xmigr,

    (select report_label, 'Y' qbix_phase1_2)

    of xx_fls_disco_migr_comments c

    where 1 = 1

    and c.project_execution in (' QBIX Phase 1', ' QBIX Phase 2' "')) xcom2

    WHERE xdcd. Annual = xmigr. ANNUAL

    AND xdcd.worksheet = xmigr.worksheet

    AND xdcd.owner = xmigr.owner

    and xmigr.report_label = xcom2.report_label

    and Accruals 'xmigr.report_label ='

    Xdcd.owner GROUP,

    NVL(xcom2.qbix_phase1_2,'N').

    xDCD.Workbook,

    xDCD.Worksheet,

    xmigr. Migrate,

    NVL (xmigr.project_execution,' '),

    xmigr.report_label,

    Group of xmigr. Portal_Name) by project_execution,.

    report_label

    )

    SELECT *.

    OF pivot_data

    PIVOT)

    Count (report_label)

    FOR project_execution ("QBIX Phase 1', ' QBIX Phase 2', 'QBIX Phase END'" ")

    );

  • Customizations in Oracle Mobile application of the EMP

    Dear,

    We will configure and apply Oracle EMP Mobile app. Can we have a customizable mobile application of EMP? For example: the organization logo, theme,...

    Kind regards

    Not at the present time it is quite locked besides being able to add a picture of the user.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Mac Pro

    So, I 2008 mac pro. I'm playing minecraft but it seems to lag a little, I get an average of 140fps but it is on the smaller settings. My Mac Pro using OS X Yosemite, 2 x 2.8ghz Quad-Core Intel Xeon, 4 GB ram, and an ATI Radeon HD 2600 XT 256 MB. It w

  • Laptop of HP ENVY TS m7: keys brightness & Graphics Card does not work

    I've refreshed recently my PC in the last month, and after a recent update, my Windows computer has stopped responding to orders of brightness and is stuck at full intensity. In addition, it seems that a common measure of troubleshooting is to instal

  • Re: long wait for verification of the e-mail address for test Board

    A few days ago, I asked in the long waiting to have our verified email so that we can start our 30 day trial of the windows desktop. Its been a few days and still no response. I am considering buying just the dang program, because we need, like last

  • EqualLogic used space after that rethinning differs in OS EQL group view

    Hello I have a PS4100 storage backend which serves a volume thin 1 TB LUN to a Windows 2008R2 server. The volume is formatted with NTFS 64 k block In windows, the Host Integration Toolkit is installed and if the option rethinning is provided regularl

  • BlackBerry® E-mail Z30

    With Mac OS can 10.2 I delete an email from my Z30 and leave a copy on the server. Thank you.