Questions tagged [mobile-application]

Refers to a software application that is designed to run on a hand-held device, such as a smartphone, pda, or tablet.

Refers to a software application that is designed to run on a hand-held device, such as a smartphone, pda, or tablet.

1815 questions
0
votes
0 answers

can we use owasp-ESAPI for logging android application?

can we use owasp-ESAPI for logging android application, as I have tried to search on google and then as per my understanding I found OWASP-ESAPI can be used with JAVA-EE. can someone help me to integrate secure logger with OWASP-ESAPI on android…
0
votes
1 answer

Start using Worklight without modifying mobile app

Current mobile app uses REST web-services for data exchange and registration for push notifications using 3rd-party backend. Is it possible to use Worklight backend instead of 3rd-party backend? The requirement is not to change current mobile app.
0
votes
1 answer

How can I make a list that will contain all elements that have given xpath?

I try to learn how to work with native Android application using Appium and Java. I have a structure: Class B contains: class A: element_1 class A: element_2 I need to get all element that have class B and put them into a list. How…
Fanthom
  • 1
  • 2
0
votes
1 answer

Minification and Concatenation in MobileFirst

I am trying to Minify and concat my Web-resources of Mobile App using build-settings.xml by following code
Harsh
  • 282
  • 1
  • 3
  • 11
0
votes
2 answers

How do native apps pull off being "responsive"?

As someone who is less familiar with the underpinnings of native mobile apps than responsive websites, I'm trying to wrap my head around the mechanics of something that seems like it ought to be fairly basic. And yet, searching here and good old…
in_flight
  • 263
  • 1
  • 10
0
votes
1 answer

react-native NavigatorIOS is not working as expected

I am implementing a practice application in react-native for IOS. I am using NavigatorIOS for navigation. I want to remove first route from navigation stack after successful login so that user won't come back. I am using .replace() function for this…
tmw
  • 1,424
  • 1
  • 15
  • 26
0
votes
3 answers

mobile application was rejected in app store due to health kit framework

I made iOS app using Xamarin and my app is getting rejected for the following reason: Apps using the HealthKit framework must indicate integration with the Health app in their marketing text and must clearly identify the HealthKit…
Vitali
  • 341
  • 1
  • 5
  • 19
0
votes
1 answer

Facebook based mobile App to access user's FB main page?

I want to develop an FB based mobile application where a user can access into his(her) FB main page thru the mobile app. Then make a user extract info and surf into his friends FB the main page as well. I wonder how to implement it?
Tim
  • 1
  • 1
0
votes
1 answer

wlCommonInit() not called when application is opened from a notification

If the application is not started and the request to open the application comes from a APNS message, wlCommonInit() in main.js never gets called. The strange part is, when I add an alert("xxx..."); message in initOptions.js before the MobileFirst…
0
votes
3 answers

Does Android allow a background app to open a view over a running application?

I'm making an Android translating application working in the background, reading text shown on the screen, translating and showing translated sentences on the bottom of the screen. The sentences(and maybe some images) must be clicked through. The…
0
votes
1 answer

Android appication is not running when mainout.xml created

in my Android application the file with name "mainout.xml" is creating, where ever this file created the application is not running. any one know how to solve this problem?? Thanks.
srinivas
  • 360
  • 1
  • 5
  • 16
0
votes
2 answers

Android Mapview Zoom Level - Custom Tile Server

I created an Android Mobile Application which uses OSMDroid Mapview. It loads perfectly fine from zoom levels below 18. However it only rescales and never serves me tiles from 19 and below. I have my own tile server using Mapnik, Renderd, Mod_tile…
Dammy Chee
  • 85
  • 10
0
votes
3 answers

How can I view my Android application Database ? [Android]

How can I get the database of my application running on my phone. I use Android Studio and my database is in assets>MyDataBase.db Is there a way to update this file ? I have my own sqlite database, I insert data then I want to get the file back…
KingMaker
  • 83
  • 1
  • 1
  • 13
0
votes
1 answer

zend studio in cloud connected mobile application create android application not working

I have developed one simple cloud connected mobile application. When I export this application to native application I'm getting following error. Error screenshot Cordova library for "android" already exists. No need to download.…
0
votes
1 answer

After changing the username,Logout the application from all devices

In my application user can change their username. If user changed their username means, the particular user account should logout from all devices. Even in mobile app also. For this i done following things, After changing the username i will…
Thangadurai
  • 524
  • 1
  • 9
  • 20