Questions tagged [nativeapplication]
81 questions
0
votes
0 answers
OSM on Android App
I want to use a map, do some editing and display in a native android application. OSM is the best for these kinds of things as I heard. But I do not have a good knowledge about the technology stack. Could you please tell me which is correct? Or…

M_T
- 65
- 1
- 2
- 10
0
votes
2 answers
Host native iphone app on server
I have a native iOS application, I want to host it on my own server, and provide a link to download it. I am relatively new to this field and dont have much experience with hosting apps on server. So it would be great if somebody could help me with…

user3685263
- 1
- 1
- 1
0
votes
1 answer
Can't find an element on a webview page of an android native app using Appium
I am not able to find the elements from android.webkit.webview package using java appium script.
How to get the userText field and password field locators.so that i can pass the value to UI using the Appium script.

Abhijeet
- 69
- 7
0
votes
1 answer
Can I use phonegap in my Java Project?
I have a big java project for an E-Commerce website, now I want to use PhoneGap to build the cross-platform application. Is there any way to build cross-platform applications?

Cuzok
- 19
- 6
0
votes
1 answer
Cordova Image Picker, To upload Multiple images once
I have the following codes and it successfully select many images as i want.
angular.module('appControllers', [])
.controller('HomeCtrl', ['$scope', '$rootScope', '$cordovaCamera', function($scope, $rootScope, $cordovaCamera) {
$scope.ready =…

MR.Internet
- 547
- 4
- 19
0
votes
1 answer
Rest architecture for multi-language, multi-role native apps
we are developing a native app running on different mobile OS with extensive functionality. We have to provide multi language and multi user role scenarios. As backend we have to use REST Services with XML based data exchange.
We are planing to…

devGeek
- 59
- 3
- 8
0
votes
1 answer
selenium automation test script for android "toggle button"
Can anyone please help me in writing selenium automation test script for android toggle button (eg: bluetooth, Wifi ON\OFF).
I am using Appium.

Deepthi
- 1
- 1
0
votes
1 answer
How to invoke a local python program through a native messaging chrome app?
I'm trying to invoke the program "test.py" which is a local file on my hard disk through my "native-application" program which communicates with my chrome app. However the chrome app doesn't run "test.py" when I try running the app through google…
0
votes
1 answer
Auto login desktop application using java
I want to autologin to any desktop application like Lotus, Outlook, or any other applications (who needs user authentication) using Java.
Let say I want to auto login to desktop Skype app using Java program i.e we will open skype.exe & will provide…

Java
- 2,451
- 10
- 48
- 85
0
votes
1 answer
Native Mobile Application client side page to page response times
Is there a tool to measure native mobile app (can be iOS or Andriod) client side pape to page response times? I found MIHTool (mobile app) that can help us to get HTTP traffic trace like firebug does for Mobile browser based application but not for…
0
votes
1 answer
file path not working in J2ME
I'm using a image path in my test mobile (Samsung-Duos) for platformRequest("file:///E:/image.jpg") . it seems that the file path is invalid. I have the image in the SD card. Please anyone help me to make it work !
Thanks in advance :)

prabhu
- 1,158
- 1
- 12
- 27
0
votes
1 answer
How to play video in video player using platformRequest(URL) in J2ME
In my app I'm trying to play a video from SD card using platformRequest(URL). Here is the code i used to do it - platformRequest("file:///E:/bega.3gp") . I don't know this is the correct way to do it. Is the path format is correct ? please suggest…

prabhu
- 1,158
- 1
- 12
- 27
0
votes
3 answers
How can jQueryMobile app use IndexedDB database?
I want to build jQueryMobile app using IndexedDB technology for databases. While developing in web browser the app is working. How can I convert this app into native android app (using phonegap) and to keep the data from IndexedDB database?
I know…

delux
- 1,694
- 10
- 33
- 64
0
votes
1 answer
Chrome Packaged App + embedded web server
Does it make sens to develop a PackagedApp (html5 + js) and ship it with a embedded/lightweight web server?
Main idea behind that is to write backend/logic once in some "normal" language and later ship it with a PackagedApp and use HTML5 + JS for…

Simon
- 2,329
- 4
- 30
- 49
0
votes
1 answer
Event.ACTIVATE on `this` or on NativeApplication?
I'm building an AIR-based iOS app as pure AS3 from FlashBuilder, and I want to detect ACTIVATE and DEACTIVATE events when the app loses focus.
Much of the docs say to register the event listener against NativeApplication.nativeApplication, but I'm…

Tom Auger
- 19,421
- 22
- 81
- 104