This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.
Questions tagged [mobile-development]
807 questions
-3
votes
2 answers
When offline, how to manage data? IOS
I would like to know what are the best practices regarding, Modeling data when no network connection available, if the app you are building is cloud computing based, but still you want to be able to have basic functionality and I guess some…
-3
votes
1 answer
How to use correct iOS link schema for launching external apps form Meteor app?
I am creating an app using Meteor Framework.
I have a contact us section and there is Address, Phone and a Email address.
I built/compiled the app into both Android and iPhone. But when click on Address or Phone or Email it does not take me to the…

asax
- 237
- 6
- 21
-4
votes
1 answer
My app consumes too much RAM, sometimes closed with java.lang.OutOfMemoryError:
[This is when app start][1]
[This is after open a Activity or make some action, memory keep up 460mb and more][2]2
this is my manifest:

Sthim
- 3
- 3
-4
votes
1 answer
Android development kit SDK setup
I am learning Android app development with Udacity. I have downloaded Android development kit but when I installed it ask for SDK setup. I have check on Youtube but there I can't find related video. Please any one could give a link for video or just…
-4
votes
2 answers
my ADB manager dosen't show any Device in the List
I use Ubuntu 16.0 and Android studio 2.1.2
I created some of a virtual device in AVD manager , and also I'm run Genymotion as a virtual device ,
but when I'm open ADB manager I can't see any device at list !!
-5
votes
1 answer
Why should I choose Native or hybrid app
I want to develop an app for Android and iOS, which I will use camera, contacts, push notifications and maps
I have some knowledge in Android and I have read a bit about react native, but I would like to know that other frameworks are there for…

Daniel Arenas
- 7
- 2
-5
votes
1 answer
I need advice on creating an app for uploading training videos
I just got myself into iOS mobile development. I am creating an iOS app that allows athletes to access in-depth training videos for most sports and network with each other. I've already created the login and register UI for the product. What…

richhomiekwam
- 11
- 1
- 3
-7
votes
2 answers
I'm using listView but the Too many positional arguments: 0 expected, but 1 found. keep occuring at //1 . i'm beginner in flutter
Center( //1
child: ListView(
children:const [
ListTile(
leading: Icon(Icons.map),
title: Text('map'),
),
ListTile(
leading:…

Gurpreet kaur
- 1
- 1
-14
votes
3 answers
Is there a good VueJs native mobile platform?
So I want to build a small native mobile app using Vuejs.
I understand that there are two platforms on which you can develop native mobile apps using VueJs; Weex and Nativescript.
Here are my questions:
1- Have you worked with any of the platforms?…

mha
- 551
- 2
- 11
- 22