Mobilink synching in HTML 5 application (hybrid android app)

Hi Guys,
is it possible to have a mobile application coded in HTML 5 to do mobilink using ultraliteJ?
basically we are trying to explore if it is possible to create a Hybrid android mobile app (coded partly in html 5) with mobilink sync (via ultraliteJ) .
We had had been using mobilink in our native android app to do the synching, can we trigger mobilink synch via html 5? if can, any tool / library which we need to use?
Thanks

Hi Ryan,
Have a look at SAP Mobile Platform please
SAP Mobile Platform
Mirco

Similar Messages

  • HTML Banner for Native Android App Builder

    In the release notes it says
    The HTML banner in the library has limited available APIs.
    I don't even see a place in the app builder to define a banner.
    We called Gold Support and they don't know anything about the new Native App Builder.
    Thanks,
    Darrin

    I know that with Android the subscriptions are not supported but a header banner (static - no action linked) is important to see!
    Client want a branded viewer - now is very poor!
    Are there some news about this? Now i'm working with the new native Android app and i see that in the web builder (works very well!) there is not a field to upload a png. V31, V32?
    I use Professional

  • Muse export HTML to use as Android APP ( local host kiosk)

    I was wondering how to load my exported HTML site folder onto an Android device to play as Native web style APP from start screen.
    I do not want to run kiosk mode screen locking programs using  web hosted data.
    I need fast screen load from loading directly from local hosted site.
    THX

    are you asking a question or did you just post a tutorial here? you might want to post it as a blog post or wiki entry instead.

  • How to Use Mobile Service in HTML/JavaScript Application

    The Windows Azure Mobile Service is a back end tool for mobile applications. It supports various platforms, such as Windows Store, Windows Phone 8, iOS and Android. The Windows Azure
    Mobile service can also support HTML/JavaScript. This article helps you to get a basic idea of how to use the Windows Azure Mobile Service in HTML/JavaScript applications.
    Let us start with a Quick startup project provided by Microsoft. A Quick startup is a simple demo project that can help us to understand how to use the Windows Azure Mobile Service with HTML/JavaScript. So let's start from the Quick startup project.
    Login into in the Windows Azure portal and use the following procedure.
    This article assumes you already have a Windows Azure account and the mobile service is enabled in your account.
    1. Create a new Windows Azure Mobile Service
    Click on the +New button from the left corner and select Compute -> Mobile Service and then click on the "Create" button.
    The Windows Azure portal popup creates a mobile service wizard when you click the Create button. Windows Azure asks you to enter the mobile service name as shown in the following image:
    Select the database options and region for your mobile service and click on the "Next" button.
    Once your mobile service is successfully created, the portal will show all your mobile services as shown in the following images.
    Ok! We have created a new mobile service successfully. Let's move to our subsequent steps.
    1. Quick startup Project 
    As we all know, the Windows Azure Mobile Service can support many platforms such as Windows Store, Windows Phone 8, iOS, Android and HTML/JavaScript. This article only tells us about the new HTML/JavaScript platform that is recently added to the Windows Azure
    Mobile Service.
    In the image above, we are in the quick startup page where the Windows Azure Mobile Service allows the user to choose their platform. I have selected the HTML/JavaScript Platform.
    In the image above, we found 3 quick steps that can allow us to run <g class="gr_ gr_74 gr-alert gr_gramm Grammar" data-gr-id="74" id="74">a HTML/JavaScript</g> sample project. 
    1. Create Table: In this step the user needs to create a table that can used by the sample project, once you hit the create TodoItem Table button. The Portal will create a TodoItem table in your mobile service. You
    can check this table by clicking on the data tab(menu).
    2. Download and run your app: In this step the user needs to download the Quick startup project that is provided by the Windows Azure portal. Click on the "Download" button and download the project. You will
    see the following files in the quick startup project.
    The Server folder contains some files to setup this project locally. The user should run the file from the server folder corresponding to their OS. I am using Windows OS so I ran the <g class="gr_ gr_80 gr-alert gr_spell ContextualSpelling ins-del multiReplace"
    data-gr-id="80" id="80">lanch</g>-<g class="gr_ gr_79 gr-alert gr_spell ContextualSpelling ins-del multiReplace" data-gr-id="79" id="79">windwos</g> file to setup this project locally in
    IISExpress.
    Press r and enter the key, you will see IISExpress started. Do not close this Windows and open your browser and request the http://localhost:8000/ page.
    Enter the Item name and click on the add button. Your Item will be added to the TodoItem table.
    3. Configure your host name: This step is a very important step for any HTML/JavaScript application that uses the Windows Azure Mobile Service. In this <g class="gr_ gr_83 gr-alert gr_gramm Punctuation only-ins
    replaceWithoutSep" data-gr-id="83" id="83">step</g> the user must register their website name in the Cross-origin resource sharing (CORS). By default, "localhost" is added by the Windows Azure Mobile Service
    so your quick startup project can run without making any CORS setting changes. The user can add their website domain name by clicking on the configure tab (menu).
    The user can add as many website domain names as needed.

    are you asking a question or did you just post a tutorial here? you might want to post it as a blog post or wiki entry instead.

  • HTML DB application using table in a different schema

    I need to create a new HTML DB application. The table is in a different schema than mine. The DBA granted me rights to see it and I can see it from iSQL. HTML DB does not give the alternative of selecting this table.

    This thread covers your issue.
    New to HTML DB, have questions about service admin and schemas
    Ask your DBA to add workspace to schema mapping.
    Sergio

  • How to embed and play mp4 video in HTML AIR application?

    Adobe Air HTML / JS application compiled from SDK command line.  I am not using flash pro or flash builder to create the application.
    I was using dreamweaver but the dw air plugin seems to have stopped being developed so I switched to using the command line tools.
    I am creating desktop air application that has embedded mp3 audio and also I want to embed mp4 video.
    Using jQuery and the AIR js plugin I am able to play audio via buttons hooked up via jQuery and the AIR js plugin from the SDK.
    What I am doing is creating proofs for clients in AIR and sending link to the client to download the application.  I embed the media because I do not want to place them on a website where it could possibly be seen by non-clients and get picked up in the SE's.
    I am finding it hard to understand the AIR process for playing video.  I read that it is the same procedure as audio but it does not work.
    If it was hosted on youtube or somewhere embedding the web player would be simple, just copy paste some code and it works.  When actually embedding the video say mp4, f4v, mov, wmv or similar file formats I can't get AIR to play the video.  Audio, not a problem it works great.
    I would like to do the following with video.
    Embed the actual file in the AIR app.  I can do this, it gets embedded.
    Play, pause and stop the video - Can't get this to work
    Get the current stop point and be able to start the video by sending a start point - This is all working with audio I just want to do it with video.
    I have searched the forums, the search engines, youtube and read through the documentation on Air but the video does not work at all.
    I need code samples and direction on how to make an embedded video play inside of a desktop air application using the HTML / JS air model. I am using the command line tools to create the air package and test the air app.
    Please help if you have figured this out.
    Thank you.
    Not sure if this matters but I am using Windows 7 Pro 64bit as my development machine.

    In addition I also can not get html5 video to play in the adobe air app.  Would this issue be tied to the above?

  • How to attach a word/excel document to an html DB application

    Hi,
    We have a requirement to attach a document (word/excel etc..) to a customers record in a HTML db application. How can we do this?
    Are there any application wizards to attach a document to the record, which can then be stored in the database as a BLOB field or can be stored in a file system on the application/db server itself.
    I really appreciate your help.
    Thanks,
    Sudheer

    Sudheer,
    If you look at the How-to below you should get a good idea of how you can solve your problem, just modify to suit your application.
    http://www.oracle.com/technology/products/database/htmldb/howtos/howto_file_upload.html
    Greg

  • HTML DB application as portlet

    Has anyone been able to add an HTML DB application as a portlet that is rendered inline in Portal? I'm trying this with Portal 9.0.2.2.14 and Html Db 1.5.0.00.33. The html db application is registered as a partner application with the SSO server and the authentication is working fine.
    I've set up the application as a url-based portlet and have the inlineRendering tag as 'true' in my provider.xml; the provider test page comes up fine. I registered the provider in Portal and added the portlet to a page tab.
    However when I click on the tab, it briefly displays 'Redirecting to the login server for authentication' then the html db application takes over the browser window. I would like the application to render within the portlet window.
    Any suggestions?
    Thanks,
    Angel

    You don't have to upgrade your application server, only Web Clipping.
    As far as I remember, Web Clipping was part of 9.0.2.6 - so all you need to do is download the pre-configured standalone OC4J which contains Web Clipping, and follow the very simple installation instructions.
    Regards,
    Peter

  • Where are HTML DB applications under Apache?

    There is advice to use for HTML DB administration, and also - for developemnt puporses the web applicatin with URL in form:
    http://server:port/pls/Database Authentication Descriptor/...
    For me - it results in page not found...
    Well - I have installed HTML BD (10.1.0.2.0) - but - under the
    C:\oracle\product\10.1.0\dbc_1\Apache\Apache\htdoc
    there is no directories like \pls...
    Are these application located in other places. My installation was succesfull (without erroras) and in installation log I can found that thousands of some DB entries - named 'pages' has been created in DB... Well - what is architeture of HTML DB application - are web pages saved in Oracle DB and as plain text HTML?

    They are stored in the database under the flows users. Unfortunately, they are not in a format that is as friendly as html. The pages are rendered using pl/sql packages in the database.
    Eric

  • Html to application

    are there any mac osx software that lets to compile html to application? i have to create a video book and i thought of this way. one reason- there are many such html2app compilers for win platform, thus my vbook can be also ported there. secondly- don't even start about talking xcode!:)... i don't have energy and time for that.
    other possibilities?
    dvd is an option, but i want to leave it as the last resort- not everybody has dvd players. and argument 'well, 60%'have' is a poor argument.

    there are many
    such html2app compilers for win platform
    Could you give a specific example of such a Windows program? That would help people identify a possible Mac counterpart.

  • How to test my ADF mobile browser application on Android emulator?

    Hi
    I have created a Mobile Browser Application. Could anyone please tell me how to test it on Android emulator?
    I read the information about downloading and configuring simulators(Blackberry) and emulators(Microsoft Windows) for ADF Mobile browser in "Running Mobile Device Simulators with ADF Mobile and JDeveloper". However they didn't mention details about downloading and configuring "*Android Emulators*". Could anyone please help me in this.
    Regards
    Raja

    Hi,
    thought you want to test a mobile BROWSER application on android emulator you have to use android JDK like mentioned by codigoadf.
    I guess also that the configuration (create virtual android device, ...) will be the same.
    You have to use the same URL for your application than on your PC but replace 127.0.0.1 by 10.0.2.2 (In case your WLS runs on the same machine as the android emulator)
    regards
    Peter

  • How can I protect my html/js application

    Hi,
    I coded an air application using html/js, after packaging the app, I can rename the .air file to .zip and cas see what is inside : all my html/js/css files, it's the sam thing after installing the app : the end user can see the source code of my air application and I think this is very annoying : I can not protect my source code if I sell the application, and the end user can alter the source code witch can be very dangerous !!!
    Is there any option is the adt program to obfuscate ou encode source code ??

    Hi samichang,
    I am faced by exactly the same "difficulty". When developing non-trivial web- or AIR-apps the wish arises to protect the codebase in any way. Lastly I ended with 3 possibilities which I will have to ponder against each other:
    1. Using a strong JS code compressor (Google Closure Compiler!!!)
    2. Keeping as much logic as possible on the server side (no everywhere applicable)
    3. Coding valuable algorithms/calculations in a language like Java or C, compiling them and
    using them via IPC (came up in AIR2) or TCP-Sockets.
    What I'll definitely do is chasing my code abse through Google's Closure Compiler so that everybody trying to debug/modify my code has to sacrifice many many hours and some heavy headache. Sure, it's not very effective, but coding in AS3 and compiling to SWF isn't effective too. Thanks to SWF-Decompilers everyone can get the underlying code similarly crippled like the one produces by GCC.
    I appreciate any suggestions.

  • Dreamweaver and PhoneGap: How to Edit the Application Manifest for an Android app

    I successfully created an Android app using dreamweaver cs6 and the PhoneGap build service.  I submitted the app and it is live in Google Play.  The only problem is that the app is requiring all kinds of permissions from users that are not necessary for the app.  The app requires Internet access, but it does not require access to the camera or the user's contacts, etc.  I understand that this information is held in the Application Manifest file, but I don't know where that file is.
    Can you help me figure out how to edit the Application Manifest file for my android app?
    Thanks,
    Michael

    To edit permissions, you do so in the config.xml file. After making changes, you can directly upload on build.phonegap.com or from within Dreamweaver.
    See this page for info on customizing config.xml: https://build.phonegap.com/docs/config-xml#features

  • How I can make an application for android from director?

    I have a project done in Director 11.5 how I can convert an application for android?
    What I have to do?

    Estas en el Foro de Usuarios en Español.
    Consultando esta página:
    Adobe Director
    Parece ser que se crean ejecutables que requieren Shockwave Player:
    What is Adobe Director 12?
    Adobe® Director® 12 and Adobe Shockwave® Player software help you create and publish compelling interactive games and eLearning courses for the web, iOS devices, Mac and Windows® desktops, DVDs, and CDs. Integrate virtually any major file format, including FLV, swf and native 3D content.
    No veo que sea compatible con Android.

  • How come there is no application like Android or local aandroid tasker for?

    as the subject, I wanted to know why there is a similar application to local or Android Android tasker?

    Tasker is an application for Android which performsTasks (sets of Actions) based onContexts (application, time, date, location, event,gesture)in user-defined Profiles, orin clickable or timer  home screen widgets.

Maybe you are looking for

  • Error Calling Oracle Stored Procedure From Within Report

    Hi, I have a report that calls an oracle stored procedure which returns a ref cursor. The report is working ok in our development environment when called from our development website through .NET. When the report is moved and accessed from our UAT we

  • How to recover the "GMail" Safari extension icon?

    I seem to have lost the "GMail" Safari extension icon. This is the one with the plain "envelope" outline (NOT the "GMail Counter" one). It originally appeared as a selection in the Safari/View/Customize Toolbar window, but is now gone. And that parti

  • VESTAX VCI-100 DJ MIDI CONTROLLER Will it work with basic IMAC?

    So my kid has a 1 year old base model IMAC - we upgraded only the ram.. But as I read it... IMAC has not sound cart. He wants the VESTAX DJ MIDI CONTROLLER but this model has not sound card.. So I need to know if it will work or do we need to buy ext

  • Process.getInputStream and Process.getOutputStream

    Hi, I'm using JDK 1.4.0 for Linux. I need to execute an external program. Then get the output from the program and provide input to the program. Below is the code I wrote. This code works fine if I execute "passwd" to change password. But when I exec

  • Database Job Information in oracle 9i

    Hi, I have a 9i database. Every night there are some jobs running into it. Could you please help me from which command I get the history of all those jobs? Regards, Saptadip