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
2 answers

java.io.FileNotFoundException when trying accessing localhost file in android physical device

I am new to android and java. I am trying to develop a test app which gets data stored in local database. I am using WAMPP. In emulator I can access it perfectly, but when I try to access it in my physical device (Micromax A311) I get…
0
votes
0 answers

How to enable google play store app if it has been remove from some country?

I am android app developer. My one app has been removed from google play store in some country reason for alleged trademark infringement. i use name as picart. So is there any solution for re enable my app in all country?
vicky b
  • 13
  • 3
0
votes
1 answer

Record Streaming Music in Android Using Webview - No Root

In my app i want to record the song that is being played on the phone. I have searched for it and found that there is no way to record internal audio in android. One possible way is to use Visualizer but it gives a very low quality audio. Is there…
0
votes
0 answers

mobile applications for IOS and Android

I want to develop an app for ios and android for a customer project Can i use android studio to develop the app first later use the available plugins to make it work on IOS or use a framework like cordova which is best
0
votes
1 answer

Visual Studio 2015 Error Windows Phone Application

I have a little problem. I installed Visual Studio 2015. I click on New Project -> Templates -> VisualC # -> Windows -> Windows Phone and all kinds of application: csApplication, PanoramaApplication, Pivot, cs give the same error message Error: the…
0
votes
1 answer

Do I need to use GCM to make an android app that can be updated?

I made an android app but I want to be able to update certain values even after the client has the app running(let's say I've got x=5; in the code and in the new version I'd like to have x=10; instead), kind of like how the apps you download from…
0
votes
0 answers

Mobile Application Emulator options

we are developing HTML5 Mobile application (with angular + kendo controls). we are looking for emulator options to test our application in different devices (mainly tablets - samsung/ipad/ms surface) and its browsers (chrome,safari,ie, and its…
Balaji
  • 127
  • 13
0
votes
1 answer

Could not launch the appium inspector

I tried following the suggestions provided in this post 0: Could Not Launch Appium Inspector but I still have no luck. I am not able to launch the appium inspector. Could someone elaborate on how to build my app in the XCODE when I have '.ipa'…
S K
  • 308
  • 2
  • 6
  • 20
0
votes
3 answers

Create a middle BackEnd for a Mobile app

I am developing a mobile app on Android. I download a lot of information from the backend via REST API. For example for obtain the information about a contract I use the api the following request: GET /contracts/01212314.json It return a json with…
0
votes
1 answer

Open Google Maps App from Ionic2 App using link

I am writing a simple application using Ionic2 and Angular2. I just want to type an address in my app, and then go to Google App on my phone (I don't want to have map in my app just open another app). I read that it is possible using link
Jasuri
  • 11
  • 4
0
votes
1 answer

Expandable list view + layout in Android apps

I was doing an android apps which require the scroll feature and expandable list view feature. First, I have a linear layout contain some text view. Below the text view, I have an expandable list view. Then I want set the whole layout to scrollable.…
0
votes
1 answer

instant messaging for apps

I'm developing a web and mobile app using spring mvc and I'm having a problem understanding the different protocols and tools to make instant messaging (like facebook messaging in the website or whatsapp instant notifications). one functionality…
M.R.M
  • 540
  • 1
  • 13
  • 30
0
votes
1 answer

Android App from Visual Studio is not running on Emulator

I have written an android application in Visual Studio 2015. While Trying to run that application on Emulator i am getting below on my output screen: 1>Starting deploy 5" Marshmallow (6.0.0) XHDPI Phone ... 1>Starting emulator 5" Marshmallow (6.0.0)…
0
votes
1 answer

Firebase Rules for object only for creator and admin user

I am really confused with Firebase rules and need some help. I googled a lot but actually got only more confused and still don't get it work. Lets say I have a Firebase db object like this: root/orders/$id and inside the $id, I have a child…
0
votes
1 answer

How to compile a webapp to an hybrid one/jpk for my mobile phone without framework?

I have to build a hybride app, out of my webapp. It´s not allowed to use a middleware framework like phonegap which just builds it. In my app I want to show that HTML5 already allows to use a lot of functions of the mobile phone like the…