Id
int64
21.6M
75.6M
PostTypeId
int64
1
1
AcceptedAnswerId
int64
21.6M
75.2M
ParentId
int64
Score
int64
-14
71
ViewCount
int64
5
87.5k
Body
stringlengths
1
26.6k
Title
stringlengths
20
150
ContentLicense
stringclasses
2 values
FavoriteCount
int64
0
0
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
127k
21.3M
Tags
listlengths
1
5
73,841,384
1
73,841,443
null
2
57
I have a function that currently returns LinearGradient as a background color. I would like to modify the return type such that the return type is either LinearGradient or AngularGradient based on a value of a variable? This is the code I have: ``` func colors() -> LinearGradient { return LinearGradient( ...
how to make return type a LinearGradient or an AngularGradient in swift based on a condition?
CC BY-SA 4.0
null
2022-09-25T00:27:50.660
2022-09-25T00:50:27.797
null
null
9,751,547
[ "ios", "swift", "iphone", "swiftui", "mobile-development" ]
73,910,188
1
null
null
0
62
everyone, i am a newbe in the Android development (java, android studio). I want to create an app with minSDKversion 25. Am I correct in understanding that I can't use AndroidX for this and accordingly "implementations" as Firebase and similar required Android API 28 and higher? And is it possible to combine in one pro...
How can I use androdx at api android level less than 28?
CC BY-SA 4.0
null
2022-09-30T14:19:21.450
2022-09-30T14:40:31.950
null
null
18,400,796
[ "android", "android-studio", "android-support-library", "androidx", "mobile-development" ]
73,976,038
1
null
null
2
199
I am getting the following error, and I see a lot of people refer to changing androidResources to aaptOptions, so I am wondering where would androidResources be located within the app structure? A problem occurred evaluating project ':app'. > No signature of method: build_7ti7vojh4f95jk83rqtiw9b5b.android() is applicab...
I am getting an error "No signature of method"
CC BY-SA 4.0
null
2022-10-06T15:03:09.133
2022-10-06T15:07:58.263
2022-10-06T15:07:58.263
2,315,162
20,176,893
[ "android", "gradle", "build.gradle", "mobile-development" ]
73,982,952
1
null
null
0
25
So, for example Google Pixel apparently is great for computational photography--but for most users that means using Google's own algorithms. But let's say I wanted to try to write my own "hackable" version of HDR+ from scratch, with my own features (obviously not trying to steal/modify Google's code, but writing my own...
Phone with "most open" camera processing pipeline (for computational photography developers)?
CC BY-SA 4.0
null
2022-10-07T05:56:20.713
2022-10-07T05:56:20.713
null
null
8,391,331
[ "image-processing", "camera", "mobile-development", "mobile-devices" ]
74,078,850
1
74,081,912
null
0
319
I would like to create a barcode scanner in React Native with typescript; however, there are no libraries or anything that I can use. I am not using EXPO.
How to make a Barcode scanner in React native?
CC BY-SA 4.0
null
2022-10-15T11:02:52.320
2022-10-15T18:12:35.767
null
null
11,691,606
[ "reactjs", "react-native", "mobile-development" ]
74,091,884
1
null
null
0
69
I'm building an app using expo and i would like it to have a mobile view on android tablets but i don't know how this can be done. Any help will be appreciated.
How do i make my expo app render a mobile view on an android tablet just like bolt or uber renders on a tablet?
CC BY-SA 4.0
null
2022-10-17T01:49:30.260
2022-10-17T01:49:30.260
null
null
7,070,419
[ "android", "react-native", "expo", "mobile-development" ]
74,104,270
1
null
null
1
569
am trying to activate the payment gateway in my app. after getting all data needed to open the payment page ( this includes all necessary data like token first name.... etc. ) . after that I should display a page. in this page the user must enter his card info. my issue is: when trying to or when trying to open page...
webview_flutter in not working getting a platform error
CC BY-SA 4.0
null
2022-10-17T23:44:16.917
2022-12-22T02:03:35.207
null
null
15,730,661
[ "android", "ios", "flutter", "dart", "mobile-development" ]
74,129,137
1
null
null
0
38
I would like to know if my idea is possible and to get some insights into how I could achieve that. My idea: implement my app widget into the Android Keyboard (OnePlus 7) like in the following pictures: [Android Keyboard Widget](https://i.stack.imgur.com/VvY3R.png) [Widgets View](https://i.stack.imgur.com/4BiWD.png) Ch...
Android Keyboard Widget
CC BY-SA 4.0
null
2022-10-19T16:53:51.003
2022-10-19T17:04:38.543
null
null
10,391,555
[ "android", "android-studio", "android-layout", "mobile-development" ]
74,206,212
1
74,206,743
null
0
16
``` ``` I'm getting an error in modal.route and I can't enter text, can you help? ``` ``` @override Widget build(BuildContext context) { ``` VeriModeli iletilenArgumanlar = ModalRoute.of(context).settings.arguments; return Scaffold( appBar: AppBar(title: Text("Profil Sayfası")), body: Container( child: Col...
I'm having an error using modalroute can you solve the problem?
CC BY-SA 4.0
null
2022-10-26T10:26:25.803
2022-10-26T11:05:49.653
null
null
17,059,662
[ "flutter", "mobile", "mobile-development" ]
74,226,209
1
null
null
0
154
I want to continuously play music when the app starts on loop similar to many game apps available on the store. I have created a singleton as below.Do I have to add the play music logic in main.dart? import 'package:audioplayers/audioplayers.dart'; ``` class AudioService { AudioPlayer player = AudioPlayer(); stat...
Flutter: How to play music in loop using audioplayers package on start of app?
CC BY-SA 4.0
null
2022-10-27T17:42:00.200
2022-11-02T20:06:42.307
2022-11-02T20:06:42.307
10,548,214
10,548,214
[ "android", "flutter", "dart", "flutter-dependencies", "mobile-development" ]
74,232,979
1
74,235,013
null
-1
75
I have 20 input fields in my app. What is the best way to define `TextFormField` widgets? For example: ``` Column( children: [ _buildCariUnvanTextField(unvanController), _buildCariUnvanTextField(unvanController), _buildCariUnvanTextField(unvanController), _build...
What is the best way to define/store when I have a lot of TextFormField widgets in Flutter?
CC BY-SA 4.0
null
2022-10-28T09:03:20.183
2022-11-03T08:03:32.570
2022-11-03T08:03:32.570
8,528,014
11,764,250
[ "flutter", "dart", "textfield", "mobile-development", "textformfield" ]
74,234,267
1
74,239,819
null
1
916
As I click on the "Continue" button it's not navigating me to the LogIn Screen.I tried multiple times but its not working and displaying me the above error sometimes. What should be the correct code here for me to navigate to LogIn Screen. "Navigator.pushNamed(context,)." (Also, I can provide the loginPage code as well...
Navigator.onGenerateRoute was null, but the route named "/login" was referenced
CC BY-SA 4.0
null
2022-10-28T10:48:36.307
2022-10-28T18:59:53.963
2022-10-28T18:27:22.627
19,017,043
19,017,043
[ "flutter", "dart", "flutter-layout", "dart-pub", "mobile-development" ]
74,239,089
1
null
null
0
14
``` import { initializeApp } from "firebase/app"; import { getFirestore } from "firebase/firestore"; const firebaseConfig = { apiKey: "1234", authDomain: "demo.firebaseapp.com", projectId: "demo", storageBucket: "demo.appspot.com", messagingSenderId: "1234", appId: "1234", }; const app = initializeApp(fir...
Firebase firestore (9.6.11): Could not reach Cloud Firestore backend error in React Native
CC BY-SA 4.0
null
2022-10-28T17:44:09.260
2022-10-28T17:44:09.260
null
null
18,464,218
[ "reactjs", "firebase", "react-native", "mobile-development", "expo-go" ]
74,243,718
1
null
null
0
85
I have added the Liquid Swipe dependency in the pubspec.yaml file. Trying to add the liquid Swipe widget in the below code but unable to figure it out. Doubt: Where to add the liquid swipe widget and how. Also do i need to add the image and the text inside the container or the code below is correct for the same? ``` cl...
How do I add Liquid Swipe animation(Flutter) in this particular code
CC BY-SA 4.0
null
2022-10-29T08:00:13.330
2022-10-29T08:00:13.330
null
null
19,017,043
[ "flutter", "dart", "flutter-animation", "mobile-development" ]
74,265,999
1
null
null
0
117
I want to get all the audio files in my project which library supports both iOS and android in react native. Please suggests me some library which supports both iOS and android I want to get all the audio files in my project which library supports both iOS and android in react native. Please suggests me some library w...
I want get all the audio files in my project which library supports both iOS and android in react native
CC BY-SA 4.0
null
2022-10-31T16:01:36.807
2022-10-31T16:01:36.807
null
null
19,901,270
[ "react-native", "react-hooks", "software-design", "mobile-development", "node-ios-device" ]
74,283,910
1
74,285,710
null
1
71
I'm beginner in Android development and now developing [my application](https://github.com/ksairos/Personal-Finances-App) that helps me to keep track of my personal finances. All my categories (food, shopping, etc) have a displayed color and icon (XML drawable) that should be stored inside Room database: [](https://i.s...
What is a proper way to store drawables in the Room Library? Android, Kotlin, XML
CC BY-SA 4.0
null
2022-11-02T03:03:29.963
2022-11-02T07:31:05.010
null
null
14,288,309
[ "android", "kotlin", "android-room", "mobile-development" ]
74,284,437
1
null
null
-1
492
I want to link a library in react native version 0.70.1 but I got a error error: unknown command 'link' after trying this command react-native link react-native-notification-sounds[](https://i.stack.imgur.com/5d0lP.png)
I want to link a library in react native version 0.70.1 but I got a error error: unknown command 'link'
CC BY-SA 4.0
null
2022-11-02T04:44:16.433
2022-11-02T06:39:08.390
null
null
19,901,270
[ "android", "ios", "reactjs", "react-native", "mobile-development" ]
74,329,447
1
74,329,619
null
0
132
Please I'm need clarification on what the Map funtion and spread function does in flutter. ``` ...(questions[questionIndex]['answers'] as List<String>).map((answer) { return Answer(selectHandler: answerQuestion, answerText: answer);}).toList() ``` In the code above, I have Question map with keys and values, but ...
Meaning of Flutter map Function
CC BY-SA 4.0
null
2022-11-05T16:20:45.033
2022-11-05T16:50:50.507
2022-11-05T16:22:18.297
8,446
14,511,542
[ "flutter", "dart", "material-design", "mobile-development", "flutter-widget" ]
74,331,434
1
null
null
3
200
I have the below code where the function just plays a simple button click sound audio without any loop and the function plays music in a loop.However I am unable to play both at the same time i.e. (in case the music is playing and I want to click a button for example). How can I implement that using the same instance...
Flutter & Dart: How to play multiple sounds at the same time in app?
CC BY-SA 4.0
null
2022-11-05T20:57:18.240
2023-01-15T15:22:48.437
2023-01-15T15:22:48.437
10,548,214
10,548,214
[ "android", "flutter", "dart", "mobile-development" ]
74,350,500
1
null
null
0
11
I would like to call in viber using my android application but I don't know how to. I would like input a number in my android app then when I click a button I would like to redirect to viber and call that inputted number. Does anybody knows how. Big thanks!
How to call in viber using the inputted number in my android app?
CC BY-SA 4.0
null
2022-11-07T17:23:15.340
2022-11-07T17:23:15.340
null
null
20,442,536
[ "android", "android-studio", "mobile", "android-volley", "mobile-development" ]
74,373,596
1
null
null
0
57
I am trying to create an android application, of which its components are build partly on android studio and partly on unity. i can't do everything with android studio or everything with unity, so i would like a way to merge the two parts. my plan is to integrate the part built in unity as the main activity on androids...
is it possibile to use unity project as an android studio activity?
CC BY-SA 4.0
null
2022-11-09T10:45:19.973
2022-11-09T11:54:34.490
null
null
20,458,213
[ "android-studio", "unity3d", "mobile-development" ]
74,441,140
1
74,441,651
null
4
66
I'm trying to design this view. [](https://i.stack.imgur.com/MpOJ3.png) I already have the basic design of the cards, but i would like to know how to change the card's background color, the card's border color and add the little green square according to the width size of the current card when the user click one of the...
How to manage a custom widget state in SingleChildScrollView Widget
CC BY-SA 4.0
null
2022-11-15T05:55:10.220
2022-11-15T08:34:09.350
2022-11-15T06:14:40.170
17,901,132
20,395,420
[ "flutter", "setstate", "mobile-development", "statefulwidget", "singlechildscrollview" ]
74,445,284
1
null
null
0
44
I try to get a value from my stream but can't save the value inside widget. (save value in another file). I tried to change the type of the data but still get: '_BroadcastStream'. I would like the data to be the actual data from repo which is: '1.0.0'. ``` getDeviceData(Device device) async { _repositoryScannerSin...
Need help to read Stream value and save as variable
CC BY-SA 4.0
null
2022-11-15T12:01:56.793
2022-11-15T12:01:56.793
null
null
20,509,914
[ "flutter", "frontend", "listener", "mobile-development", "stream-builder" ]
74,493,223
1
null
null
0
68
I followed [this](https://stackoverflow.com/questions/60390888/change-statusbar-color-for-each-screen) page to change status bar color for different screens in flutter. As per the above link, to change the status bar color for each screen we should update it before navigating to next screen but this is showing a delay ...
Flutter: Update of status bar color inconsistent with update of other widgets of screen
CC BY-SA 4.0
null
2022-11-18T17:15:38.480
2022-11-18T17:56:42.500
null
null
9,126,892
[ "flutter", "dart", "flutter-layout", "mobile-development" ]
74,509,752
1
null
null
0
14
Please how do I add an API key for an iOS app objective-c when developing with flutter ``` #import "GeneratedPluginRegistrant.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [GeneratedPluginRegistrant registerWithRegis...
Adding an API key for an iOS app objective-c
CC BY-SA 4.0
null
2022-11-20T16:11:54.983
2022-11-20T16:11:54.983
null
null
11,154,531
[ "objective-c", "mobile-development", "google-location-services", "flutter-ios-build" ]
74,527,422
1
74,527,482
null
0
32
I would like to change the `top` property value of the `Positioned` widget according to screen orientation. I didn't know how to do it. Can anyone help?
How to set different values to a property based on the device orientation
CC BY-SA 4.0
null
2022-11-22T04:10:03.103
2022-11-22T05:05:16.647
2022-11-22T05:05:16.647
18,670,641
11,878,615
[ "android", "flutter", "dart", "mobile-development" ]
74,541,899
1
74,542,408
null
2
202
I'm a beginner in Flutter. I designed this page: [](https://i.stack.imgur.com/dLYLS.jpg) Instead of repeating the entire Listview.builder. I would like to use two instances of custom Listview.builder with two lists, one list for fruits, and the other for vegetables. As appeared in the above screen, I tried to display v...
Use extracted Listview.builder with two lists in Flutter
CC BY-SA 4.0
null
2022-11-23T04:47:08.987
2022-11-23T08:19:48.847
2022-11-23T08:19:48.847
11,878,615
11,878,615
[ "android", "flutter", "dart", "mobile-development" ]
74,590,381
1
null
null
1
59
I'm still learning Flutter, so I need some help. The following page layout is in portrait mode: [](https://i.stack.imgur.com/SWyGD.png) I want it to change to the following layout in landscape mode: [](https://i.stack.imgur.com/Qf9Os.png) How can I do it without repeating the widgets? I thought to do it through a list ...
How to change the page layout according to screen orientation in Flutter?
CC BY-SA 4.0
null
2022-11-27T13:21:59.467
2022-11-27T16:05:22.143
null
null
11,878,615
[ "android", "flutter", "dart", "mobile-development" ]
74,596,510
1
74,596,655
null
0
22
I'm still learning Flutter, so I apologize for any difficulty in properly explaining what I want to do In this code: ``` import 'package:flutter/material.dart'; import '../utilities/constants.dart'; class Divisions extends StatelessWidget { final String? image; final String? title; const Divisions({ Key? k...
How to use different "right:" value in "Positioned" for an instance of a class in Flutter?
CC BY-SA 4.0
null
2022-11-28T05:54:16.417
2022-11-28T06:51:42.527
null
null
11,878,615
[ "android", "flutter", "dart", "mobile-development" ]
74,647,673
1
null
null
1
54
In my app, I putted widgets in Gridview.count() in two columns in portrait mode: [](https://i.stack.imgur.com/JMoim.jpg) And it become three columns in landscape mode: [](https://i.stack.imgur.com/y9pvi.png) I want the last widget to be in the center in both portrait and landscape modes Here's the Gridview.count() code...
How to center the last widget in Gridview.count() in Flutter?
CC BY-SA 4.0
null
2022-12-01T20:11:36.283
2022-12-01T21:25:08.787
null
null
11,878,615
[ "android", "flutter", "dart", "mobile-development" ]
74,760,214
1
74,760,501
null
0
85
My screen has three widgets : 1. First one is a ListView of widgets, the number of widgets can be incremented with a button. I want the ListView to take only the required space that's why I wrapped it in Flexible, but I don't want it to exceed the height of 266. (If it takes more than 266px, it becomes scrollable). 2....
I want to put height constraints on a Flexible widget
CC BY-SA 4.0
null
2022-12-11T10:58:39.527
2022-12-11T11:43:28.157
2022-12-11T11:02:52.323
20,747,742
20,747,742
[ "flutter", "user-interface", "mobile-development", "flutter-widget", "flutter-design" ]
74,772,284
1
null
null
0
46
I have been using launvhImage as general Splash screen for for tvOS app built using react native , recentlly i require to constrol when i want to hide the native spalsh screen of tvOS, I am using `react-native-bootsplash` to show splash screen but I am getting "Library not found for -lRNBootSplash-tvOS". I have no idea...
Is there a way to use BootSplash.storyboard as. splash screen in tvOs
CC BY-SA 4.0
null
2022-12-12T14:05:45.953
2022-12-12T14:05:45.953
null
null
13,824,629
[ "ios", "react-native", "tvos", "mobile-development", "react-native-splash-screen" ]
74,800,818
1
null
null
0
40
I want a Circular Indeterminate ProgressBar to be visible for a few milliseconds. I have created a function to display the progress bar: ``` fun showProg(){ binding.progBar.visibility = View.VISIBLE binding.progBar.visibility = View.INVISIBLE } ```
How to create a Circular Indeterminate ProgressBar which is visible for a few milliseconds in Android Kotlin?
CC BY-SA 4.0
null
2022-12-14T15:47:41.600
2022-12-15T18:29:11.657
2022-12-15T18:29:11.657
15,749,574
20,776,895
[ "android", "xml", "kotlin", "android-layout", "mobile-development" ]
74,814,526
1
74,814,943
null
0
62
I want to start writing an application using Flutter as it suits my needs at this stage. In the future, of course, I will need to build a team and applications in Java & Swift. But if I release the application now on Flutter and create a brand, will I be able to completely re-upload the application code? Example: for G...
Can I completely rewrite my app in another language after the release in the Google Play and Appstore?
CC BY-SA 4.0
null
2022-12-15T16:14:56.350
2022-12-15T17:12:00.563
null
null
20,786,186
[ "android", "ios", "flutter", "mobile-development" ]
74,829,428
1
null
null
0
29
So I'm developing this Android application which has many features, and one of them is the workout reminder. We used firebase database in setting up login authentication, and the user's information. Now for the last feature, I made a workout reminder which consists of and which also has a notification and. It only se...
Do I still need database in setting multiple alarms or reminders?
CC BY-SA 4.0
null
2022-12-16T20:24:13.623
2022-12-16T21:26:09.603
2022-12-16T20:48:04.283
17,273,649
17,273,649
[ "java", "android", "firebase", "mobile-development" ]
74,865,396
1
null
null
0
20
I am working on creating an application with the Nativescript framework. In my registration page (Clavier.vue), I used the TabView template (from my App.vue) and I put a FlexboxLayout with a height and width of 100% each. Inside I put the text fields and a save button. Problem: When I click on a text field to fill it, ...
My keyboard doesn't hover over elements when I tap on a text field in my nativescript app
CC BY-SA 4.0
null
2022-12-20T15:30:42.940
2023-01-13T11:19:07.967
2023-01-13T11:18:34.923
19,894,890
19,894,890
[ "android", "nativescript", "nativescript-vue", "mobile-development" ]
74,890,098
1
null
null
0
61
I'm looking for a way to add a little icon (for example an hamburger icon) on a calendar around the time and date the user had lunch. I'm using the syncfusion calendar package. How do you think i should proceed? Thank you for your help
Add an icon on a Flutter Calendar
CC BY-SA 4.0
null
2022-12-22T14:45:41.563
2022-12-23T06:29:41.320
null
null
18,171,973
[ "flutter", "mobile", "mobile-development" ]
74,925,714
1
null
null
0
27
I have an image of a half court [half court](https://i.stack.imgur.com/v2Y2t.png) and I want to check how the user can determine if the made or missed shot was a 2pt or a 3pt, also determine the plot coordinate of an actual size of a basketball half court not just the touch coordinate of the screen. What can be the the...
How to check if the touch event is within the range of the image
CC BY-SA 4.0
null
2022-12-27T04:30:31.487
2022-12-27T04:31:50.747
2022-12-27T04:31:50.747
13,416,868
13,416,868
[ "python", "android", "kivy", "kivymd", "mobile-development" ]
75,042,540
1
null
null
0
20
I'm still learning and I'm getting an error *Warning, too much iteration done before the next frame. Check your code, or increase the Clock.max_iteration attribute. * ``` BoxLayout: size_hint: None, None size: area_img.size pos_hint: {'center_x': .5, 'center_y': .5} Court: ...
What causes error: "Warning, too much iteration done before the next frame. Check your code, or increase the Clock.max_iteration attribute" in Kivy?
CC BY-SA 4.0
null
2023-01-07T17:50:43.163
2023-01-07T17:50:43.163
null
null
20,937,956
[ "python", "android", "kivy-language", "kivymd", "mobile-development" ]
75,047,459
1
null
null
0
18
I'm trying to create a function that would show the shooting percentage after plotting the touch input data. I created a button and a label for it to display on the screen, but it is not showing up and I am getting an error *_apply_rule with widget.canvas.before: AttributeError: 'NoneType' object has no attribute 'befo...
How to show the percentage on screen after pressing the button using Kivy?
CC BY-SA 4.0
null
2023-01-08T11:43:16.733
2023-01-08T11:43:16.733
null
null
20,937,956
[ "python", "android", "kivy", "kivymd", "mobile-development" ]
75,058,978
1
null
null
1
30
I'm trying to create a single tap and double tap inputs and what I want to happen is that when i double tap it does not get the value of the single tap. This is what I did. I tried putting "if not touch.is_double_tap:" but it still shows the single tap value. I even tried commenting out the "with open('save_file.csv', ...
How to fix double tap speed distance using Kivy?
CC BY-SA 4.0
null
2023-01-09T14:49:01.040
2023-01-09T15:25:45.563
null
null
20,937,956
[ "python", "android", "kivy", "kivymd", "mobile-development" ]
75,113,145
1
null
null
3
190
I am using [flutter_map](https://pub.dev/packages/flutter_map) in my app to show a map with Markers on it. The issue I'm having is that when I zoom in/out, I have a CircleMarker around each Marker and it becomes obvious very quickly that they're not centered correctly (see images below). How to correctly anchor the Ma...
How to keep map marker icons move when zooming in/out of map
CC BY-SA 4.0
null
2023-01-13T18:26:03.220
2023-01-17T09:48:51.530
null
null
8,846,093
[ "android", "flutter", "dart", "mobile-development", "fluttermap" ]
75,123,059
1
null
null
0
24
Everytime I click on the nextBTn and PrevBtn in "music player activity",the next/previous Items in the recyclerview of "songs activity" or it's adapter need to play the perticuclar song in "Player activity". I tried to make position++ and position-- but the items need to save in player activity I guess. How can I play ...
Is there any method to track or play the audio items which is in recyclerview outside the activity?
CC BY-SA 4.0
null
2023-01-15T05:07:31.790
2023-01-15T06:29:42.207
2023-01-15T06:29:42.207
20,839,793
20,839,793
[ "java", "android", "mobile-development" ]
75,167,155
1
null
null
-1
63
I'm setting up my Flutter environment (Electric Eel Version), and I'm trying to decide if it is necessary to install Visual Studio for mobile development only. Because I know that Visual Studio requires a large amount of storage, but the Flutter doctor says that it is necessary for Windows development. So, is it okay n...
Is it required to install visual studio?
CC BY-SA 4.0
null
2023-01-19T02:16:00.217
2023-01-19T09:14:51.833
null
null
14,823,524
[ "flutter", "mobile-development" ]
75,195,950
1
75,197,041
null
0
78
I am using the package [flutter_map](https://pub.dev/packages/flutter_map) to build a map in my app, where there are circles around points. I am trying to turn this layer on/off dynamically, in accordance to the zoom level. Such as the following, where I'm trying to only show the CircleLayerOptions layer if the map zoo...
Using flutter_map, how to reload map on Pinch Zoom In/Out?
CC BY-SA 4.0
null
2023-01-21T19:23:30.437
2023-01-21T22:36:22.170
null
null
8,846,093
[ "android", "flutter", "dart", "setstate", "mobile-development" ]
75,215,504
1
null
null
1
34
how to make a group of radiobutton so that you can only select one? i wanted to make only one radiobutton that is selectable
how to make a group of radiobutton so that you can only select one?
CC BY-SA 4.0
null
2023-01-23T22:01:58.087
2023-01-23T22:29:11.343
null
null
16,307,513
[ "android", "android-studio", "kotlin", "mobile", "mobile-development" ]
75,241,415
1
null
null
0
86
I am working on a uni project and I've installed the react-native-google places autocomplete search. What I am trying to implement is the following: a. I wanted to have a suggestion to appear when the user enters a city or street name... however, I am not sure how to split the Autocomplete search into multiple fields. ...
Split the react-native-google-places-autocomplete into different fields
CC BY-SA 4.0
null
2023-01-26T00:53:37.810
2023-02-12T18:23:55.503
2023-02-12T18:23:55.503
18,422,887
15,039,230
[ "react-native", "google-maps", "google-places-api", "mobile-development" ]
75,264,905
1
null
null
-1
51
I'm trying to set up DeepLinks on my webview app and it's almost done but I've ran into a final obstacle. At the moment my code is working as follows: I have a function declared in SceneDelegate that is triggered when the user clicks the deep link and then proceeds to "clean" the link which is only removing the "myappn...
WKWebview not able to load dynamic url
CC BY-SA 4.0
null
2023-01-28T01:58:58.143
2023-02-06T23:06:56.033
null
null
16,591,356
[ "ios", "swift", "uikit", "wkwebview", "mobile-development" ]
75,282,408
1
null
null
0
207
After upgrading to Flutter 3.7.0 I got many errors when trying to run any app (Project). The following log is an example from one of my projects [](https://i.stack.imgur.com/vWc6e.jpg) Can anyone help me solving this problem?
Many errors after upgrading to Flutter 3.7.0
CC BY-SA 4.0
null
2023-01-30T09:27:56.570
2023-01-30T09:27:56.570
null
null
11,878,615
[ "flutter", "android-studio", "dart", "mobile-development" ]
75,318,486
1
null
null
0
46
I am trying to create a recycler view with data from another activity. I need to transfer data from one activity to the recycler view activity without it opening the recycler view activity. Because only when I press another button do I want to go to the next activity. I have tried using intent, however `startActivity(i...
How to transfer data from one activity to another in android studio without opening the new activity?
CC BY-SA 4.0
null
2023-02-02T03:47:52.353
2023-02-02T08:52:08.180
2023-02-02T08:52:08.180
21,017,714
15,399,743
[ "android", "android-studio", "android-intent", "mobile-development" ]
75,351,639
1
null
null
-1
19
I am working on a mobile app (on react-native) that will help me do a certain task (say fill a form) only if I am in close proximity to a discoverable device (say router or any other device with a valid BSSID) How do I find the BSSID of devices near me?? On ubuntu its as simple as `nmcli dev wifi` [img showing result o...
How to find the BSSID of routers near me on phone?
CC BY-SA 4.0
null
2023-02-05T10:40:59.753
2023-02-05T10:54:05.040
2023-02-05T10:41:46.480
19,549,993
19,549,993
[ "react-native", "network-programming", "wifi", "mac-address", "mobile-development" ]
75,361,358
1
null
null
-1
18
I am working on developing a workflow for a mobile application . The application uses a 3rd party app, the use case is clear On exiting the 3rd party app by unexpected means( liking closing the window) i want some kind of event based workflow setup to indicate my application that the user has exited the 3rd party appli...
Event Based Workflow for Exiting 3rd Party App
CC BY-SA 4.0
null
2023-02-06T12:32:20.190
2023-02-06T12:32:20.190
null
null
9,114,276
[ "android", "ios", "mobile-development" ]
75,362,471
1
null
null
0
20
I am trying to build a image picker using flutter. I want the user to be able to select an image and upload it onto firebase storage so that it can be later retrieved. I am using an image picker to select the image from the gallery and I am then setting the image selected as a file. I am then creating a reference calle...
Error while uploading image onto Firebase Storage
CC BY-SA 4.0
null
2023-02-06T14:14:26.440
2023-02-06T14:14:26.440
null
null
15,399,743
[ "flutter", "firebase", "firebase-storage", "mobile-development", "flutter-image-picker" ]
75,411,065
1
null
null
0
10
Does anybody know how can I create an app cross-platform or native that locks your phone selected time like in oneplus's "zen mode" app? It doesn't really matter which programing language or framework it is. I appreciate every kind of answer haven't found anything that meet my needs
Block screen for selected time
CC BY-SA 4.0
null
2023-02-10T12:23:10.843
2023-02-10T12:23:10.843
null
null
21,152,326
[ "mobile-application", "mobile-development" ]
75,423,475
1
null
null
0
26
I am trying to develop a function in my Android application that will alert me when a user changes the device fingerprint without having to call the device biometric prompt. I have attempted this using a biometric library in my code. I only generated the secret key ,when I have open the app for the first time using bel...
Detecting fingerprint changes in an Android application without calling the device biometric prompt
CC BY-SA 4.0
null
2023-02-11T21:41:45.983
2023-02-12T06:18:52.380
2023-02-12T06:18:52.380
15,021,037
15,021,037
[ "java", "android", "mobile-development", "android-biometric", "biometricmanager" ]
75,432,599
1
null
null
0
33
I have some scrolls in my app and they work perfectly in the android but in the ios they don't work properly when they are scrolled to the end. [](https://i.stack.imgur.com/ARSgH.jpg) it should be like this: [](https://i.stack.imgur.com/lBLCm.jpg) screen code: the 85 bottom padding is for bottom navigation. ``` ListVie...
Flutter ios does not scroll properly to the end
CC BY-SA 4.0
null
2023-02-13T06:42:35.520
2023-02-13T07:19:38.287
2023-02-13T07:06:21.710
8,277,033
8,277,033
[ "ios", "flutter", "dart", "mobile", "mobile-development" ]
75,446,619
1
null
null
-1
16
[enter image description here](https://i.stack.imgur.com/V2Hhf.png)enter image description here* As you can see on the image, app and the other libs are seen as unresolved references I did all implementation given installation guide in mongodb web site,
Realm App could not be imported kotlin-mongo realm
CC BY-SA 4.0
null
2023-02-14T10:37:44.180
2023-02-14T10:38:52.817
2023-02-14T10:38:52.817
21,210,530
21,210,530
[ "mongodb", "android-studio", "kotlin", "realm", "mobile-development" ]
75,450,173
1
null
null
0
39
I'm a beginner in mobile app development and I'm writing an app using React Native to practice. I want to add the box on one of my pages but I don't know how to test it. [I want to try something like this picture](https://i.stack.imgur.com/XuE8y.png) ChatGPT gives lots of suggestions and I think there is some good one...
Is it possible to test 'Image Upload' function on my React Native app without database/server?
CC BY-SA 4.0
null
2023-02-14T15:46:24.967
2023-02-15T17:18:47.200
null
null
20,826,515
[ "javascript", "android", "react-native", "file-upload", "mobile-development" ]
75,451,576
1
null
null
0
23
I have an Activity called `LoginActivity` which, in turn, creates an instance of `Auth` class, passing `this` to it (`Auth` has `context: Context` in constructor): ``` override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) val authinstance = Auth(this); setConten...
How do I return data from Activity to calling class?
CC BY-SA 4.0
null
2023-02-14T17:59:27.947
2023-02-14T17:59:27.947
null
null
6,109,708
[ "android", "kotlin", "android-activity", "mobile-development" ]
75,463,464
1
null
null
0
22
I would like to use the Huawei ML kit to implement the text recognition service in my Cordova project (Android). However, I only want to use this service and not all the other services offered by the kit. Currently, I am using the ML Kit plugin for Cordova, but when I generate the application, it takes about 150MB beca...
How to Implement Text Recognition Service from Huawei ML Kit in Cordova and Reduce Application Size
CC BY-SA 4.0
null
2023-02-15T17:31:10.880
2023-02-16T09:35:48.783
2023-02-16T09:35:48.783
21,221,277
21,221,277
[ "cordova", "huawei-mobile-services", "mobile-development", "huawei-developers", "huawei-ml-kit" ]
75,476,743
1
null
null
0
9
Dear Android App Developers and Experts, Recently I submitted an Android app to Google for approval, today I received an update that app is not approved. can I check the why this app is not approved? [](https://i.stack.imgur.com/djhSY.png) [](https://i.stack.imgur.com/CYfa6.png) Thank you!
Android App Release Not Approved - Full Rollout
CC BY-SA 4.0
null
2023-02-16T18:53:43.923
2023-02-16T18:53:43.923
null
null
9,343,408
[ "android", "sdk", "mobile-development" ]
75,499,744
1
null
null
0
13
Does anybody know, if there is a way to access the transactions made from (Google/Apple)Pay on the device? I think of a way where the user first needs to grant the access to a specific card on his wallet to the app, before the sync is then started. I am looking for a way to somehow verificate billings, which are initia...
Access GooglePay / ApplePay transactions in mobile (flutter) app
CC BY-SA 4.0
null
2023-02-19T11:17:14.990
2023-02-19T11:17:14.990
null
null
7,057,908
[ "payment", "mobile-development", "google-pay" ]
75,570,256
1
null
null
0
14
I can not imagine how can I use located in VPS due to ? Should I try to download the database to Mobile each time I want to get some data and then implement operations with them? Or I need to create a and operate with data in the VPS itself? I just think of using SQL or Entity Framework.
VPS Database and MAUI how to use?
CC BY-SA 4.0
null
2023-02-26T06:04:31.630
2023-02-26T06:08:41.993
2023-02-26T06:08:41.993
21,287,170
21,287,170
[ "c#", ".net", "database", "maui", "mobile-development" ]
75,570,270
1
null
null
0
74
I made a form to add an image and its information in a ListView.builder(), this is the image screenshot and code: [](https://i.stack.imgur.com/1jBkD.png) ``` class _AddNewProductState extends State<AddNewProduct> { String? dropdownValue = 'Fruits'; String? productName; int? productPrice; Future<void> openMobil...
Type 'Null' is not a subtype of type 'File' problem
CC BY-SA 4.0
null
2023-02-26T06:08:39.933
2023-02-26T08:05:47.380
null
null
11,878,615
[ "android", "flutter", "dart", "mobile-development" ]
75,580,097
1
null
null
0
11
i am trying to implement SSL pinning to my flutter app. I am using a "certificate.pem" file. I have a custom HttpService class, all the http requests are made from methods which belongs to this class. ``` class HttpService { late IOClient _ioClient; static final HttpService service = HttpService._init(); HttpS...
Flutter how to allow to certain certificates on http request? (SSL Pinning)
CC BY-SA 4.0
null
2023-02-27T11:48:59.290
2023-02-27T11:48:59.290
null
null
10,963,223
[ "flutter", "ssl", "mobile-development", "sslpinning" ]
75,580,549
1
null
null
0
27
[](https://i.stack.imgur.com/EQwTt.png)I have created a virtual device in android studio and when launching that VD it just terminates throwing the message " The emulator process for AVD Pixel_*5_*API_23 has terminated". I deleted the device and created another device, it still shows the same error. I have uninstalled ...
Emulator process for AVD has terminated
CC BY-SA 4.0
null
2023-02-27T12:34:07.670
2023-02-27T12:34:07.670
null
null
15,049,426
[ "android", "mobile", "mobile-development" ]
75,617,728
1
null
null
-1
5
I can't install flutter due to unhandled exception. I tried but it shows unable to create dart snapshot for flutter tool.
how can solve unhandled exception occurs in terminal while flutter doctor command running
CC BY-SA 4.0
null
2023-03-02T15:44:05.803
2023-03-02T15:44:05.803
null
null
21,285,786
[ "android", "flutter", "mobile-development", "unhandled-exception" ]
75,632,963
1
null
null
0
21
I'm writing a code about the type of flower that will grow if certain conditions are met. The problem is my code skips my `if` statement and jumps straight to the `else` statement – even when conditions on `if` are met. I have tried to compare my Strings using `.equals()` instead of `==` but it still doesn't work. What...
If Statement Skipped
CC BY-SA 4.0
null
2023-03-04T00:41:20.593
2023-03-04T17:48:40.917
2023-03-04T17:48:40.917
2,164,365
14,860,342
[ "java", "android", "mobile-development" ]
75,633,195
1
null
null
0
19
I have designed a couple of android apps , of varying levels of complexity , but since my job puts me on the road most days, this has left me with no better options than a laptop, tablet, and phone . Now, the first two are out, due to several unrelated issues . This leaves me with an android phone , that has only 2GB o...
Creating an android app using mobile phone
CC BY-SA 4.0
null
2023-03-04T01:53:32.523
2023-03-04T01:53:32.523
null
null
21,329,321
[ "android", "google-cloud-firestore", "cloud", "mobile-development", "apk-signing" ]