Top "Mobile-application" questions

Refers to a software application that is designed to run on a hand-held device, such as a smartphone, pda, or tablet.

How to get the system ip address after usb tethering of android phone?

I'm developing a mobile application in android. Here I want to detect the IP address of the computer,system,etc …

android networking usb mobile-application android-1.6-donut
Develop Android App Using VB.Net?

i just wanted to start learning to develop mobile applications.. is there a way to create an app using Visual …

android vb.net mobile-application
Ionic 4 - AlertController: Property 'present' does not exist - Angular?

I'm setting up a new alert in Ionic 4 - blank type:angular project. It's basic alert but I get an …

ionic-framework mobile-application ionic-native ionic4
How can I open a web page in App Inventor

I have a webviewer which is the main application andbelow the webviewer is a button. I would like to open …

android mobile-application app-inventor
Authentication for a Symfony2 api (for mobile app use)

I've developed a REST api for my Symfony2 application. This api will be used by a mobile app. Much of …

api authentication authorization symfony mobile-application
Difficulty deploying Django app on Android and iPhone.. planning on switching to PHP instead of Django

Okay so I am 1/4th finished creating a django application (where users must register an account, log in and can …

php django web-applications mobile-application web-application-design
Mobile Web App: <header> vs <div data-role="header">. What is the difference?

I'm doing mobile web application with HTML5 and jQuery mobile. HTML5 Mobile Boilerplate suggests this: <body> <div …

html jquery-mobile mobile-application
Turn Angular 2 app into mobile app

We have a responsive web app developed using AngularJS 2. We would like to wrap it inside a package to redistribute …

angular mobile-application
How to fix 'getter "documents" was called on null.' in flutter

I am using flutter and firebase to create a mobile app. I have 2 collections on my firestore and i wanna …

android firebase flutter google-cloud-firestore mobile-application
NSURLSession request and response

To understand how GET requests are made using NSURLSession in Objective-C, I would like an example. And, how is a …

ios objective-c iphone mobile-application