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

Releasing Mobile App and Testing App Store Features

I'm working on my first mobile app and am confused on how to approach the first release. I've read up on TestFlight and beta testing but am still confused about a few things. Seems like in-app purchases and asking to rate the app on the store…
Anshuul Kai
  • 3,876
  • 2
  • 27
  • 48
0
votes
0 answers

My mobile app gives the error "unfortunately the app has stopped" and would not show any error

The day after my fyp presentation and my mobile help give me this error. package com.example.nauma.myapplication; import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import…
0
votes
1 answer

push notifications will received if app uninstalled and after 1month again installed?

Suppose App installed user registered in app and then uninstalled it, in this scenario push notifications which was to send to that user will receive to him when he install same app after 1 month? or the push notifications will get lapsed of 1 month…
0
votes
0 answers

How to get the file size of a video for a selected time period in iOS swift?

I have implemented a video range slider - https://github.com/itsmeichigo/ICGVideoTrimmer In this video slider, I want to get video size every time the slider is changed for selecting the video range. This delegate method is called everytime when I…
Dipen Gajjar
  • 1,338
  • 14
  • 23
0
votes
1 answer

How to make android app that reads pdf books easily

I am trying to build an android application that reads PDF books . I am developing using android studio the books will be within the app files ,, so the app is not for reading other PDF books on the phone. also i will add a feature to it ,,so that…
0
votes
1 answer

React Native Navigator resource issues

I'm building my first mobile app and am loving what React Native has to offer. One major disadvantage I've encountered is that the Navigator does NOT unmount the scene when a new scene is pushed on the stack. This makes some sense as this is…
Anshuul Kai
  • 3,876
  • 2
  • 27
  • 48
0
votes
1 answer

Browser based web app vs Mobile App?

In browser based web application(java), UI pages are served from web server . For example :- JSP are converted to HTML and then sent back to browser. How does it work in Android Mobile Application ? Say i have a some mobile application whose home…
emilly
  • 10,060
  • 33
  • 97
  • 172
0
votes
1 answer

Is it possible to display text in multiple languages in a mobile app?

Let's consider an example: I am using Yelp's mobile app. The app is currently installed in English on my phone. All reviews available for a particular restaurant on the mobile app are in English. However, on the Yelp website, there are a few reviews…
0
votes
1 answer

What are the consequences if a mobile apps invokes web services from a banned website (AdSense)?

As mentionned in the title, what are the consequences if a mobile apps invokes web services from a banned website(AdSense)? this (mobile apps) will automatically banned from admob ? Thanks.
Mirlo
  • 625
  • 9
  • 26
0
votes
1 answer

Which is better using Android-xamarin with WCF service or web service?

Recently, I've started learning to develop mobile apps using Xamarin.Android. I should implement a service that communicate with database to get and set data, My mobile application is the only client for this service. Which is better to implement…
0
votes
1 answer

Remove genres android-UniversalMusicPlayer-master

I am using "android-UniversalMusicPlayer-master" and I want to remove genres folder which is appearing when the app launch at the e1st time I want to open directly album in previous version on git source.
0
votes
1 answer

Android app not working in few mobiles

Recently I designed an app name "Country Wagon" and its in play store already these are my sdk setting's android { compileSdkVersion 24 buildToolsVersion "24.0.0" defaultConfig { applicationId "xxxxxxxxxxxx.countrywagon" …
Gladwin James
  • 563
  • 3
  • 10
  • 22
0
votes
1 answer

How to embed Text on to a Photo when clicked, in Android Studio?

Im trying to create a mobile application which uses the camera and the output must be a photo with the details like Date , Time and location embedded on to the photo. So ill be needing the location services to be on during the app usage. Can…
0
votes
1 answer

Source code repository sharing for web apps and mobile apps

We're building a web app which exposes a RESTful API and a mobile app consuming that API. These both form part of a product (in a business/marketing sense). The web app will be deployed in the cloud, and the mobile app will be deployed to app…
Steve
  • 1,618
  • 3
  • 17
  • 30
0
votes
1 answer

Is it possible to create web application (web site) using ionic?

is it possible to create web application using ionic or is it only for mobile ? what is the difference between Angular and Ionic