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
16
votes
5 answers

How to create apps for mobiles which are using KaiOS?

I recently found in news that KaiOS has been used in 4G Volte Enabled feature mobile phones. I was wondering how to create apps for KaiOS. Any help on creating apps for KaiOS has been greatly appreciated.
16
votes
1 answer

Do Mobile apps need to comply to the EU Cookie Law?

I've had an interesting question from a client regarding the EU cookie law and how it affects their mobile apps. As you may well know, the Cookie Law requires websites to let users know that the site uses cookies, and tells them how to disable…
Joss Stuart
  • 1,856
  • 1
  • 17
  • 19
15
votes
3 answers

Flutter navigation, reopen page instead of pushing it again

I'm new to flutter and I'm working on an App that have multiple screens. I would like to know to stop flutter from creating multiple screens of the same route, for example I have Page 1 and Page 2, if I click on the button to navigate to Page 2 and…
Mohammed Bouali
  • 151
  • 1
  • 1
  • 6
15
votes
1 answer

How to implement speech-to-text via the Speech framework in Objective-C?

I want to do speech recognition in my Objective-C app using the iOS Speech framework. I found some Swift examples but haven't been able to find anything in Objective-C. Is it possible to access this framework from Objective-C? If so, how?
Boris
  • 11,373
  • 2
  • 33
  • 35
15
votes
3 answers

Talking App like talking tom, Audio Recording didn't work on all devices

I am developing an application like talking tom, every thing is working fine just the audio recording making problems on some devices, Audio is also working fine on my hdpi device but whenever i run it on samsung tab 7 or tab 10 or any other phone,…
14
votes
4 answers

Is it necessary to install Android Studio for flutter or what can be replacement for android studio?

I am using vscode and I installed the flutter plugins, Dart plugins and etc but still, I cannot find my device as well as I Found the issues as follows [flutter] flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter…
13
votes
4 answers

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 error occured running of my project. Error Property 'present' does not exist on type 'Promise'. Did you forget to use 'await'? My create the same…
Simon
  • 159
  • 2
  • 2
  • 8
13
votes
1 answer

How does Timed Publishing work for new versions (updates) in Google Play?

I know that Time Publishing works for store listings such as description and screenshots. But I am not sure how it works for releasing a new version. I want to upload apk, create a release and add the new description and screenshots and keep…
malwatte
  • 467
  • 1
  • 5
  • 16
13
votes
5 answers

Block all means to close an android application

I'm trying to develop an application for an android tablet. This tablet will be shown to the public and they can touch it. I want to block all means to close the app except for a button/preference menu that requires a password. But after some…
Jebik
  • 778
  • 2
  • 8
  • 26
12
votes
1 answer

Fixed-error: How to Solve The return type 'StreamController' isn't a 'Stream', as defined by anonymous closure error

I was following the below tutorial for connectivity status based on internet connection. link : https://www.filledstacks.com/post/make-your-flutter-app-network-aware-using-provider-and-connectivity-status/ now the issue is, then i am trying to…
princeoo7
  • 1,071
  • 3
  • 21
  • 44
12
votes
1 answer

VoIP Integration in App & Web

I have a very general question on how to implement VoIP for our current mobile & Web App. (we have an Android+iOS App and a Web Application based on AngularJS/NodeJS). What we want to achieve In the first step we want to achieve inter Application…
Markus
  • 1,565
  • 6
  • 26
  • 57
12
votes
3 answers

How to connect to the server on mobile application?

I am new to mobile applications. I am basically from a web development platform. I am just playing around mobile frameworks like App Framework, LungoJS, Jquery Mobile, kendo etc to gain some knowledge in this vertical. The app I am developing is…
11
votes
2 answers

How to make RadioListTile widget disabled in flutter

I'm using the RadioListTile widget in my application and I want to disable changing the value after some condition is satisfied. and there is no isButtonDisabled prop just like in Radio widget. how can I disable this widget(stop the value from…
biniyam112
  • 956
  • 1
  • 11
  • 17
11
votes
3 answers

How to do simple AB testing in iOS

I am looking to split up my user base to 10 group and show 10 different UI and see how they feel about it. so each user group will have single type of UI always. i.e Let's say I have 10k users and when I roll out my next release when user install I…
Dan Ram
  • 171
  • 1
  • 14
11
votes
1 answer

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 response obtained?
FreshStar
  • 193
  • 1
  • 1
  • 10