Questions tagged [app]
The app tag has no summary.
56 questions
-4 votes
2 answers
226 views
Why do some app makers limit their app to certain regions?
For example, many dating apps are limited to only certain cities of the USA. Or, they launch first in only regions and then may be unlocked across the country. Why the restriction? Why wouldn't you ...
-3 votes
1 answer
128 views
For your application it's better to have your own online database or to use some online database service? [closed]
I would like to create an application that will interacts with an online database and i want to host my own online database on an old computer, but i think that in this case i should handle the ...
-4 votes
1 answer
79 views
Android app development (daily journal type)
I want to get help from you all about building an android app that is capable of logging daily journal type data. I want to have these feature primarily in the app: Capable of logging the daily logs. ...
-1 votes
1 answer
61 views
GPS application targeting mobile devices
I'm working on making a product for tracking workers/staffs locations and in that case the application need to be able to run on the phone for at least 10 hours without the phone suddenly closing the ...
1 vote
1 answer
126 views
Are universal apps any less efficient than platform-specific apps?
I have once seen a universal download for an app. It was said to work on Windows, MacOS, and Linux. If the exact same app is designed to work on three different without changing any code. For example, ...
1 vote
0 answers
696 views
Making launch screens with single color background
In iOS App there is something called a “launch screen” (the screen that appear before the app actually launches and is not equivalent to the splash screen), which can be provided by two ways, either ...
1 vote
1 answer
183 views
Geofence triggered credit card transaction
I have a question about a geofence triggered action. Does anyone know if you can trigger a credit card transaction by location? An app I'm having a guy work on requires this function and the guy says ...
8 votes
1 answer
19k views
RESTful API with session tokens.. ehh?
After looking at a lot of session/state debates with regard to REST and finding nothing concrete, I'm just going to cut to the chase and ask myself. Developing a RESTful API as a backend for a mobile ...