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

Android app shows in low zoom

I created simple android app using phonegap and deployed to playstore. unfortunately once i deployed the app to store, it displays in a very small area like the whole screen is zoomed to 10% or even less than that. What may be the issue? I have…
Kurkula
  • 6,386
  • 27
  • 127
  • 202
0
votes
2 answers

How to attach my meteor application to external database?

How to attach my meteor app to external database?.what will be possible ways,and is it possible to use mysql as a external databse?.
0
votes
1 answer

Android simple chat using firebase implementation on github

Hi can anybody have a suggestion on how t implements this simple android chat app in github? https://github.com/firebase/AndroidChat . i need to implement that link for exercising on how to create a simple chat application for android using firebase…
user5186472
0
votes
2 answers

email link that opens mobile app is installed

I need a way to include a link in an email which either opens a mobile app or redirects the user to a website depending on whether the mobile app is installed or not. I need a solution for both Android and IOS, it is there a set practice on how to…
user1937021
  • 10,151
  • 22
  • 81
  • 143
0
votes
1 answer

When is it OK to retire your old API

I don't know whether this question belongs to SO or UX (or Programmers.SE) but here it goes. We have built a mobile app a couple of months back, which we intend to alter in some major ways (like authentication and security) in next release. We…
JuniorDev
  • 1,170
  • 2
  • 9
  • 19
0
votes
1 answer

startActivityForResult and child activities

I'm really new to android programming, so I have a very basic and general question: Supppose I have three activities: Act1,Act2 and Act3. I would like Act1 to start Act2 that will start Act3 (Act1->Act2->Act3). Then, Act3 gets some info and sends it…
Julius
  • 15
  • 1
  • 4
0
votes
1 answer

Getting device characteristics and network information

I am developing a context aware mobile application. I need to have information about the capabilities of terminal devices and network characteristics such as current bandwidth. My question is, are there APIs in android to access this…
0
votes
0 answers

Is there any workaround to send Facebook Graph api Game Request without Facebook dialog?

In our mobile game we have list of Facebook friends who already play it or are invitable_friends. Invitable friends have invite buttons next to them. After pressing invite button Facebook invite dialog is showing up. This adds additional clicks for…
0
votes
2 answers

Corona how to insert a row at an index

Based on which was row is clicked in a table view I want to insert a row underneath of that. But I can only get it to insert at the bottom of the table view Does anyone know how I can do this? Thanks!
Nicole
  • 37
  • 5
0
votes
0 answers

Primefaces in mobile application

We have developed an application using JSF2 and Primefaces. Application is a very small scale web application which has Datatable(with search,filter and pagination ) and file upload and download features. Customer wants it to convert to an mobile…
0
votes
1 answer

MySQL server and iOS app

I am running a site right now with a quite big MySQL database. Now, I want to create an app. I will need to use obviously a database de to the fact my data are already there. Thus, 1) Should I keep using the MySQL server and my iOS app will…
Greg
  • 343
  • 3
  • 17
0
votes
0 answers

Communication between mobile web app and phonegap app

Both applications run on same device, I would like to exchange data between the phonegap app running in background and my web app, even while offline. Is there a way to achieve this ? I could make only a single phonegap app but I prefer to keep a…
sylvain1264
  • 855
  • 2
  • 8
  • 23
0
votes
0 answers

Creating an app for an already made website

I just started an internship for my local county and the first task I got from them was to create an app for their already existing job searching/posting site(like monster.com or jobfind, etc). I never made an app before as my school didn't offer an…
0
votes
1 answer

MeteorJs mobile-config settings for landscape only?

I am developing an app for tablets (android and iOS), I am looking for some kind of settings in mobile-config that disable landscape orientation. I know how to do that on iOS by changing some settings on XCode but is their any setting that can do it…
Nakib
  • 4,593
  • 7
  • 23
  • 45
0
votes
2 answers

Is it ok/common practice to login via REST service by sending clear text password?

Is it ok/common practice to login via REST service by sending clear text password? As long as it's done over https? e.g. https://www.example.com/api/login// Or is it common practice to use encryption of the password locally and…
Adam
  • 6,041
  • 36
  • 120
  • 208