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

Is it possible to authenticate using whatsapp?

Is there a whatsapp authentication like Google, Facebook and many others does. I need to authenticate a user using there whatsapp number. More over all, it is all about getting whatsapp number of a user.
Nishanthd
  • 199
  • 2
  • 13
0
votes
1 answer

navigator.app.exitApp() well working on intel xdk preview but not working as an apk file

I have an Intel XDK project. I want to use navigator.app.exitApp(); in a condition. Code is OK and well working on XDK preview and debugger mode. But after build the apk file, exitapp is not working. Because it's working in debugger mode, I…
akadal
  • 21
  • 7
0
votes
1 answer

I can't find build in prepare for submission page in iTunes Connect

I uploaded the binary file successfully to iTunes Connect from Xcode but in build section it asks me to download Xcode or Application Loader. How can fix this issue please?
0
votes
1 answer

What are the best practices for mobile apps that require login with social networks?

So, building an app with online social login is straightforward, Developing authentication backend, a frontend with authentication interface, and ta da! the app has social login feature. My concern is that my app will have caching feature to let the…
mahmoudajawad
  • 105
  • 2
  • 10
0
votes
1 answer

Where do i keep my language module for a mobile application?

In relation to a school project we're working on a mobile application for Android, we can't find out where it would be natural to keep our language modules. We're thinking of either keeping the ressource files for every language locally on the…
Lars
  • 710
  • 5
  • 19
0
votes
1 answer

Mobile App to Auto Fill and Submit a web form, from a source of data

I have a mobile app project, that need to auto fill a web form from a source of data (excel/txt/json/etc), and post it automatically. I see the tutorial on youtube, somebody doing it via windows app (using Visual Basic), here's the video:…
nerdcomp1
  • 27
  • 3
0
votes
1 answer

Wordpress api plugin V2 + post order

I'm trying to build a mobile app using wordpress as a backend (see "wordpress hybrid client"), and i use wp api v2 to query for posts by category. It is crucial for me to control the order of the posts, so i've installed several wp  plugins that…
pinkasey
  • 143
  • 1
  • 10
0
votes
1 answer

How can I continue time of the timer when I opening / closing the child window

I have a timer. in my form is still possible to open the child window. when I open and close this window, the timer starts again. How can I continue timer operation when I open and clos the child window??? I hope very much for your help! this is my…
Emma W.
  • 215
  • 1
  • 6
  • 20
0
votes
1 answer

Mobile app - Node js or ASP.net Web API

I'm going to develop mobile app , currently in Android, later it may change to all OS. The back end is "MS SQL Server". Confusion is with Server side , whether to use Node js or ASP.net web API?? What the app does is - It will validate for the…
Selva
  • 1,310
  • 2
  • 14
  • 31
0
votes
1 answer

which is better android or j2me for image processing on phone

hey iam going to do some applications on mobile using image processing applications i was asking which will be suitable for me as i will need a programming language that supports phonve devices with high memory , what is the maxiumm number of…
user462715
  • 41
  • 2
  • 8
0
votes
0 answers

Are WebSockets my best option for mobile to multiple server communications?

Overview: I currently have two fully functioning mobile applications that communicate with Java servers running on Windows via WebSockets. For each app, the WebSocket ServerEndpoint is running off of one AWS machine. The Java servers are…
Tommo
  • 977
  • 14
  • 35
0
votes
2 answers

Scanning media files with ionic using the file cordova plugin

I'm building a music player application using Ionic, so how can I scan music files from the file storage using the file cordova plugin so users can be able to select songs to play .P.S I'm pretty new to Ionic.
0
votes
0 answers

Looking for an RSS feed for Electronique Program Guide (EPG)

I'm looking to create a mobile app in which I will be needing the EPG of preferably every channel that exists. That case may be too good to be true so what I'm looking for now is an RSS feed from which I can constantly get the EPG of some, let's…
0
votes
1 answer

Inapp browser basic authentication not working

I have an url like http://username:password@ipaddress:port//test/test.mjepd.cgi. It actually streams a camera in app browser. However it works in laptop and computer not in mobile web view. It simple does not load. By going through some forums I…
0
votes
1 answer

Progress Dialog in findInBackground for parse Database without using Thread or AsynchTaks

Can any one guide me how can i show progress dialog while fetching data from parse data base. Thanks public void fetch() { ParseQuery query = ParseQuery.getQuery("Phrase"); try { query.setLimit(1000); …
user970481
  • 17
  • 4