mobile-application Questions
4
Solved
i just wanted to start learning to develop mobile applications..
is there a way to create an app using Visual Basic .Net ?
Huddersfield asked 27/8, 2015 at 1:13
10
I create the React Native Expo Mobile app. I got this error in android ERROR TypeError: _RNGestureHandlerModule.default.flushOperations is not a function (it is undefined), js engine: hermes.But,No...
Enumerate asked 8/2 at 5:11
7
Solved
I have built an application with flutter that works like a reminder.
How can I display notifications to the user even though the app is closed?
Diapause asked 1/12, 2018 at 15:7
3
Solved
I'm developing a mobile application in android.
Here I want to detect the IP address of the computer,system,etc after the usb tethering of the any android phone
I cannot find the solution.
If I ...
Captious asked 16/7, 2012 at 14:11
5
Solved
import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart'; //import libray
flutter_staggered_grid_view: ^0.5.0 // package
Flexible(
child: Container(
padding: EdgeInsets.only...
Histamine asked 30/12, 2021 at 5:7
3
I have to display html text as like android provides Html.fromHtml to display htmltextview does flutter provides anythings to display html text?
Narcotism asked 12/2, 2019 at 7:19
4
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 ...
Trotskyism asked 23/12, 2019 at 14:56
1
Consider an enterprise mobile app available for both Android and iOS, with build and release pipelines.
What I'm trying to achieve is a promotional model for the release pipeline, such that the ap...
Sonyasoo asked 11/9, 2019 at 14:45
1
I recently tried the flutter auto_route package for navigations in my projects because handling the navigations with user authentications is always challenging for me, I always tried to find a way ...
Alexandrine asked 17/1, 2022 at 17:9
2
Solved
I'm trying to record audio in react native app using package react-native-audio-recorder-player. Audio recording starts successfully but keep recording even after calling stopRecorder().
Tried numb...
Thury asked 14/10, 2020 at 12:26
5
Solved
For example, my current routing is like this:
Login -> Screen1 -> Screen2 -> Screen3 -> Screen4
I'd like to go back to Screen2 from Screen4.
I can't use named routing, because I have t...
Houston asked 23/6, 2019 at 15:16
6
Solved
After running the Flutter project, I get this error. What can I do to solve it?
Error: The method 'setMockMessageHandler'
isn't defined for the class 'BasicMessageChannel<dynamic>'.
FAILURE...
Baobaobab asked 10/6, 2021 at 5:17
5
I made a flutter app and tried to build on iPhone. It works while debugging is connected. But if I try to exit and relaunch the app or disconnect cable, it would not launch again and keeps crashing...
Exocrine asked 21/12, 2020 at 9:8
30
My android application using Kotlin is throwing this exception when I try to Run 'app' in the emulator o in my cellphone. When I build my project it runs well, with no errors.
I am using:
SDK 2...
Cohesive asked 3/2, 2019 at 13:24
5
We have a responsive web app developed using AngularJS 2. We would like to wrap it inside a package to redistribute it as a mobile app. Android is our priority. We have looked at Cordova. Are there...
Sheenasheeny asked 6/6, 2016 at 4:21
6
Solved
I'm wondering why I still see a lot of apps (including fb & instagram) that use pull to refresh feature for updating content? I mean, they have notification system that can tell itself to refre...
Merete asked 16/11, 2015 at 12:7
2
I am in need to use AADHAR API. Basically, we are developing a mobile app for our health care client and in that, we are doing patient registration. Now here we want to do simple AADHAR authenticat...
Dine asked 1/7, 2020 at 11:39
2
When I run the Flutter project on Android Studio, before running the application on the emulator, the event log displays "An unexpected packet was received before the handshake" for six t...
Helotry asked 20/3, 2022 at 8:36
22
Solved
I've built my app, I can run it on my local emulator (and also on my android device within the same network by changing debug server).
However, I want to build an APK that I can send to someone wi...
Corbel asked 11/3, 2016 at 8:2
3
Solved
I can't find this information. Is it true that Android React Native runs on sdkMin18 and therefore makes it supported by most android versions?
Grefer asked 13/2, 2017 at 9:36
3
Solved
I am getting this error in view bindings file generated by Android studio. I have added
buildFeatures {
viewBinding true
}
to the app build.gradle file.
Banna asked 2/1, 2021 at 18:31
2
Solved
I want to create web app in Nextjs and in the future mobile app in React Native. But I am confused what api to use. Do you think that the Nextjs api can handle both web and mobile apps? Is this pos...
Undercroft asked 5/8, 2021 at 14:4
3
We are evaluating App Test Tools and Appium is a candidate for us, however I could not find a good solution how to Mock the backend when using Appium?
Consider:
- I want to have a single UI test w...
Kistler asked 5/5, 2015 at 10:25
1
Solved
I want to develop mobile applications, but I only focus on frontend development not on the backend.
I want to make a UML diagram, but I am confused about what to do, at this point I think I will ma...
Nystatin asked 24/5, 2021 at 9:58
2
Solved
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...
Hardbitten asked 4/1, 2021 at 8:51
1 Next >
© 2022 - 2024 — McMap. All rights reserved.