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
1 answer

cordova/phonegap with jquery mobile too slow startup

I'm using latest version of cordova (phonegap) my idea : showing a loading page from the time i started the app until the finish of the loading process(on deviceready , getting posts from the API ..etc) and then hide the loading page and show the…
Hamzar
  • 83
  • 1
  • 9
0
votes
1 answer

How a mobile app can authenticate itself to a server?

We have a server with services and client side mobile app (Android, iOS). User authenticates with username/password but what about app itself? I want to limit access to server just to my app and I don't want to involve user in it, I want to keep it…
0
votes
1 answer

Android SDK, Unfortunteley "My app" has stopped

I'm new to mobile development and I'm making my first app using Android SDK. Unfortunately, my app stops running every time I try to run it. Here is my code for the main. package com.example.jayveeengracio.icsapp; import…
0
votes
2 answers

iPhone and Android real time app battery consumption

I work for a music app company and I want to measure the amount of battery used by the App in real time, both for iOS and Android. Is there tool which can measure it or a command line utility/debug scripts which can be used as logs to optimize the…
Shyam
  • 23
  • 1
  • 5
0
votes
1 answer

Windows Phone control tv over wifi

I'd like to create a Windows Phone 8.1 app to connect to a TV and have basic controls (change channels, turn on/off). I know It's hard to have an universal remote for every TV, but I'm just testing so It could work to a specific model/maker. My…
Danilo Ruziska
  • 457
  • 2
  • 6
  • 13
0
votes
0 answers

Age check for the users

This is more of product related query rather than a coding related query. If you find it in appropriate for the platform just let me know I will take it off. The app that I am making is meant to be used by adults only. I want to ban people under the…
d_novice
  • 437
  • 1
  • 5
  • 12
0
votes
1 answer

Dynamic link to perform javascript and JSON log in

If I seem short, sorry, but I am having difficulty describing how I am to make an operation through a shared link. How would I make a function in a javascript to open a dynamic link such as mycompany.com/?l_id=150#signin where the id will give a…
0
votes
1 answer

Separate a class-Diagram into two parts - UML

I'm developing a mobile application which contains a web part for the administration, i'm still preparing the class-diagram, i'm not pretty sure if i have to separate the class-diagram into two parts(a part for the mobile app and a part for the web…
user3578325
  • 239
  • 2
  • 6
  • 12
0
votes
2 answers

how to add a hourly event to a cordova application?

I'm developing an Android app using apache cordova tools on visual studio. I need an event that triggers hourly and do something, Is using the setInterval the best option or not? thanks.
0
votes
2 answers

Create PDF Document using Qoppa pdf Tool kit for android without Network

I am using Qoppa pdf Toolkit for android tablet application to convert images to pdf document. I want to convert this without connecting to network i.e. offline. Is there any possibility to convert images to pdf document offline?
Ujjwala
  • 1
  • 1
0
votes
1 answer

C# adding extra tap for user interaction with visual studio

I want to add an two extra taps to a gestural interaction on a manipulation in c#. The user can tap once on a screen which brings up a message.. how can I make it so that the user has to tap three times on the screen to bring the same message up? Im…
0
votes
2 answers

how to add slide panel without using JQM for mobile app?

Am building mobile app (phonegap) using jquery as a js library. Want to add slide menu that open on either tapping (in corner) or by sliding finger across. I could only find articles on jquery mobile but I dont want to use JQM cause I find all the…
0
votes
2 answers

How do I edit the published windows phone app description?

I am not able to edit the description text of the published windows phone app(for existing xap). - I clicked on Update App - Then upload and describe your packages - Edit the description text and save it - Then app will show Complete or Delete…
Kitty
  • 157
  • 5
  • 14
0
votes
0 answers

How to use the call back from the android OS whenever any changes occur in of battery percentage, time, calendar, location, who is calling etc

I was trying to do an app and I got stuck in retrieving the status of battery percentage, time, calendar, location, who is calling etc., and since indeed to continuously track the status of such things the polling logic is not a good idea. So, I was…
0
votes
1 answer

RESTful API development guide for mobile application in Linux

I am new for RESTful API Protocol and want to create that protocol for generic mobile application under Linux System with help of http server. Does any one has idea or document to start RESTful API Protocol development for mobile application? Please…
Ritesh Prajapati
  • 953
  • 2
  • 13
  • 22
1 2 3
99
100