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 iCon configuration issue - black & white

I'm trying to setup icon for android app but when I click the iCon setup and select Launcher Icons, selected image, even ic_launcher.png is showing as black & white. Am I missing any setting here?
Pandurang Yachwad
  • 1,695
  • 1
  • 19
  • 29
0
votes
1 answer

Is it possible to make an android app that contains more than 500 activities ??

I'm planning to make an android application which contains more than 500 activities. what will happen? Is my application will crash or not? What problems can happen?
0
votes
1 answer

Converting responsive web app to Mobile app?

I have my responsive web application in place which works across all browsers. Now i am planning to work convert it into mobile application. Did some googling and can think of below ways to come up with mobile app Approach 1 :- Can be done with…
emilly
  • 10,060
  • 33
  • 97
  • 172
0
votes
1 answer

Shared Preference Method Call From Activity to Java Class

So I'm currently having an issue with the context inside SharedPreferences where it says LoginActivity.this. This is my device.java class and LoginActivity is the Activity I want to call this method from. So would it be like Device.This or something…
0
votes
1 answer

Worklight 6.2 access disabled French Android issue

I'm trying to remote disable the application on my android platform. I provided the EN message with the URL and uploaded the csv file for FR. CSV content: fr,Une nouvelle version de l’application mobile de SRC de company est maintenant à votre…
0
votes
1 answer

File storage for social media application

I am launching Mobile application with backend as PHP hosted on 4 instances of AWS Elastic beanstalk. For media storage (images and videos) I am not sure if S3 is a better option or having an EC2 instance with a share directory will be fine. My…
0
votes
2 answers

Android Studio SharedPreference Saving Login to Database

I want to save the the user's login details when they first login the mobile application into my Device table and have them bypass the login screen every time the application opens. I think I've got that part going it's just saving the variables…
0
votes
1 answer

Best framework for HTML and JavaScript based hybrid mobile application development with cordova

I am new to hybrid mobile application development and I want to develop a hybrid mobile application using HTML5 and Jquery. I had read many article related to this but still have confusion that which framework will be the best open source framework…
0
votes
2 answers

Android Studio Login to Registration Form

I'm fairly new with Android Studio and I'm current working with a Login Form for my mobile application. However, I want to make the login page "register" by adding first time users into the database and having that user always access the application…
0
votes
1 answer

xamarin plug and play architecture

I need to create a application which would take the preference of the user when starting the application for the first time and then the appropriate module would be downloaded for the application. Is it possible using xamarin.forms? Currently we are…
0
votes
1 answer

Should I check user auth ( user name , password, device token) in webservice every time when my mobile application is launch?

Should I check user auth ( user name , password, device token) in webservice every time when my mobile application is launch? I currently developing an ios application that will need user to login with their username and password ( for the first…
0
votes
0 answers

Visual Studio 2015 doesn't debug and deploy on windows physical device

I'm developing an Xamarin forms(portable) app in Visual Studio 2015.In emulator application runs and results perfectly.. My system config is much more then the required. I have connected my Windows phone to the computer and also it recognizes…
Arun
  • 851
  • 1
  • 9
  • 19
0
votes
1 answer

I want to retrieve the saved movies data from database and show it to user android

I am building an app for Udacity called popular movies app which will fetch movies info from movieDB and display posters in the first activity than if the user clicked any poster it will take him to detailActivity where all the Movie detail will be…
Khaled Almanea
  • 168
  • 1
  • 12
0
votes
2 answers

The right technologies for Web and mobile app development

I am planning to realize one of my ideas. Therefore I would like to develop a web application and seperate apps for iOS, Android and Windows Mobile. The application will write and read data in/from a DB. Because I´ll start completely from scratch…
d688
  • 103
  • 2
0
votes
2 answers

Submit mobile app form to ssl server

I am using Phonegap to build an app which has a form with credit card info which data get submitted to my server. The server has SSL on top of it, From there using the payment gateway API I generate a token for this credit card in order to process…
dianikol
  • 213
  • 1
  • 4
  • 10