Skip to main content
Filter by
Sorted by
Tagged with
82 votes
30 answers
123k views

I updated my android studio from Android studio fox to Android studio Bumblebee 2021.1.1 but none of my projects can run in Android studio Bumblebee 2021.1.1. I ended up getting this beautiful error. ...
Josh Simon's user avatar
3 votes
1 answer
4k views

I am having trouble figuring out how to solve this error. It says "Missing Default Constructor" in the MainPage.xaml file. I would gratefully appreciate the help! MainPage.xaml : contains the ...
valormon's user avatar
60 votes
19 answers
113k views

I've created a new project in Android Studio, but when I run the application to test it, it shows me this error: An issue was found when checking AAR metadata: 1. Dependency 'androidx.activity:...
Merzaee's user avatar
  • 601
20 votes
5 answers
12k views

For UWP I need a different size for the width of a column in a Grid. Additionally, the value should be different on tablet and on smartphone. The following code crashes the app <ColumnDefinition&...
testing's user avatar
  • 20.3k
15 votes
3 answers
41k views

I am using TouchableHighlight, but I can change only background color using underlayColor. But how to change other content?
kyrilkin's user avatar
  • 193
8 votes
4 answers
18k views

I've added a toolbaritem in my app, however i dont see a way to change its background and text color. <ContentPage.ToolbarItems> <ToolbarItem Text="About" Icon="...
user avatar
7 votes
2 answers
22k views

I would like to develop an app just for my own iPhone and download the app on it, but I don't have the apple developer account. I found out that (if I'm not wrong) for an app made with Flutter it is ...
SilviaB24's user avatar
  • 103
7 votes
1 answer
23k views

I am new to Dart and Flutter and try to append a new item to my ListView. I created a button that increments this.value but nothing happens. Am I missing an update call on the UI and is this even the ...
Daniel Stephens's user avatar
3 votes
2 answers
4k views

Is there any way to access the details of apps installed in the device and access its privacy permission details (ex: how much access the GMAIL have in our device?) from the flutter app?
Achintha Isuru's user avatar
1 vote
2 answers
956 views

I am trying to create a timestamp in the format "mm/dd/yyyy hh:mm a". My app was originally crashing but I tried a different method and it doesn't crash anymore but on the chat screen it shows "java....
Indigo's user avatar
  • 177
70 votes
5 answers
18k views

Why I didn't see Auto-Renewable Subscription in iTunes Connect -> In-App Purchases -> Select the In-App Purchase you want to create. I see only Consumable, Non-Consumable, Non-Renewing Subscription
Anton Petrusha's user avatar
25 votes
10 answers
90k views

undefined Unable to resolve module @react-navigation/native from App.js: @react-navigation/native could not be found within the project. If you are sure the module exists, try these steps: 1. Clear ...
Sounak Roy's user avatar
22 votes
1 answer
6k views

I am "a bit" confused in understanding of what of those two services are capable for and what are the core differences between of them. In general, I understand what they provide, and separately I ...
Agat's user avatar
  • 4,859
18 votes
7 answers
13k views

I downloaded android studio latest version Hedgehog, and I found it strange that there is no longer an option to select JAVA languages on the new project screen. Is this a bug? did I do something ...
s.k.Soni's user avatar
  • 1,410
15 votes
3 answers
10k views

this is my code where i passed it as a parameter Unresolved reference: hiltViewModel this is flagging my file with red and therefore I can't compile my solution into my device also i have visited ...
George-Goldman's user avatar
14 votes
7 answers
8k views

I have a project of a friend where I am supposed to help him. He codes on Mac with an IPhone simulator. Since I have no Mac I want to use an Android simulator which should be no problem if I am ...
Mawela's user avatar
  • 171
12 votes
2 answers
31k views

I'm working on my first Flutter project, I'm building a Login page, I created a variable to store a TextFormFieldController but I got the error above because I deleted the constructor. When I return ...
Wahéb's user avatar
  • 791
8 votes
3 answers
20k views

I've been trying for a while now to get universal links of iOS10 to work but it's not working till now. I have an apple-app-site-association configured. Have tried using the root domain, using a ...
Hazem Hagrass's user avatar
7 votes
3 answers
4k views

I have a website that works perfectly in any browser. Now I want to use the Web@Work browser from MobileIron to use this website as a boorkmark to create a basic iOS application packaged thanks to ...
Léo Davesne's user avatar
  • 2,251
7 votes
1 answer
5k views

I wanted to know if we can check if two widgets in flutter are overlapping. I actually have two AnimatedContainer stacked using Stack. I wanted to check if the children of the two overlap. I actually ...
Priyanshu Jangra's user avatar
6 votes
1 answer
5k views

I'm trying to test our web app on iPhone. During the lifecycle our app is doing a call to a third-party api which allows calls only with a header 'origin: localhost' On desktop it's not a problem. On ...
kharandziuk's user avatar
  • 13.1k
6 votes
4 answers
11k views

How could I achieve this layout in Flutter?
ButteredQwaffles's user avatar
5 votes
1 answer
4k views

After upgrading the Android SDK from version 33 to 34, the app crashes on Android 34, although it runs smoothly on Android 33. the following changes have been made: buildscript { ext { ...
Vaishnavi Maske's user avatar
5 votes
4 answers
12k views

Is it possible to identify currently attached mobile network and network operators programmatically on Android? If it is possible please provide code samples Thank you.
R.Jay's user avatar
  • 83
4 votes
1 answer
3k views

In my react native app , http requests are working fine, but when it comes to https request, it is giving error , network request failed . Problem is bit strange here as if I pick and run any example ...
Hamza Hamal's user avatar
4 votes
2 answers
2k views

I want to connect to Mi Fit application in a same way like Notify for Mi Band does. In this application there are two options to connect to Mi Band. The first one which connects to it needs auth token ...
Norbert's user avatar
  • 322
4 votes
1 answer
5k views

Background: I am working on a mobile application in which I use a WebViewScaffold to load an online directory. This particular directory provides a guided tour on initial visit. Problem: Each time ...
PityTheFool's user avatar
3 votes
4 answers
7k views

First day of 2022~! Learning mobile app dev is giving headaches. It can't be this difficult to set up. I've already lost 6 hours. Please help! Situation My dev environment runs in Ubuntu via VMWare ...
Luckyfield's user avatar
2 votes
2 answers
13k views

I have list of items. I am using ListView for it and I need to be able to delete any row by swiping left or right. Where can I start from here?
mgicrush's user avatar
2 votes
2 answers
2k views

I have tried to set up Firebase to work on Xcode using both the quick setup instructions and the manual alternate instructions on Firebase website. When I used CocoaPods and followed the instructions ...
Youssef Hammoud's user avatar
2 votes
1 answer
2k views

I'm developing a mobile app with Cordova (in Intel XDK) which is a list of buttons that launches other apps. So far I've managed to launch phone app (href="tel://"), sms (href="sms://) and google ...
lukaszkups's user avatar
  • 6,010
2 votes
1 answer
3k views

I have a react native app that worked seamlessly fine on android and ios a few weeks ago (no lags or slow downs) Until recently, I started noticing that mostly ios devices complain that their phones ...
Jaybee4real's user avatar
1 vote
1 answer
1k views

I have manually uninstalled my on going development app on my Android phone via Visual Studio, but later when I'm trying to reinstall the app, I'm getting this error "Conflicting app signature.&...
Mahmudul Hasan's user avatar
1 vote
0 answers
1k views

I'm trying to make a very barebones mobile browser to practice swiftui and wkwebview (WKwebview is wrapped in a UIViewRepresentable). However, when trying to implement multiple tabs for the browser I ...
NotASheriff's user avatar
1 vote
1 answer
1k views

One of the biggest school has its own Android tablets which distributed among several branches and it's already with the students a long time ago. We need to develop an app and put it in the play ...
MohamedElrais's user avatar
1 vote
3 answers
3k views

Background: I am opening a website in my flutter app using a WebViewScaffold (flutter webview plugin). The website has a call option where you click a button and it launches the "tel://1231231234" ...
PityTheFool's user avatar
1 vote
1 answer
1k views

The native module which is accessed inside trackPlayer.ts in the RNTP package seems to be undefined, which causes the error: new NativeEventEmitter() requires a non-null argument. const { ...
Sherif Ogoussan's user avatar
1 vote
1 answer
412 views

I am building an android application and I have a voice chat part. I want to show the voice style and playing voice style message like WhatsApp messages/records. I tried a lot of ways but nothing work ...
Murad Farhat's user avatar
1 vote
2 answers
242 views

So firstly, i have spend alot of time to connect the Flutter the Firebase, I'm not getting the previous errors but also i dont know if its connected or not. First the errors was in build.gradle file. ...
Tahmeed Zamindar's user avatar
1 vote
1 answer
885 views

I have looked at this question on Stack Overflow Flutter getter isn't specified for the class, when it is specified. And I still cannot understand why my class Practice does not have access to the ...
Ashu Mundra's user avatar
0 votes
1 answer
120 views

I am learning lazycolumn, I can't transform lazycolumn without effecting scrolling. My code is var offset by remember { mutableStateOf(Offset.Zero) } var rotationAngle by remember { ...
rong holl's user avatar
0 votes
1 answer
420 views

We already had a implementation of swipe button(thanks to Alexandar , How to implement Swipe Button(with events) in MAUI App?). Out of this, we need to implement some other functionalities:- Right to ...
Abhi's user avatar
  • 29
0 votes
1 answer
600 views

Here I am trying to get the data from the firebase database using firstore instance in streamBuilder. .collection('/message_data/friendA##friendB/message_list') :-this is my collection-document path ...
Harsh's user avatar
  • 83
0 votes
3 answers
6k views

In Android Jetpack Compose, I have three rows, and I want to position the second and third rows exactly in the same horizontal position as the first row. they should align solely based on the position ...
Lev T.'s user avatar
  • 41
0 votes
1 answer
51 views

I am using ReordableListView to render a list of MemoItem widgets that can be ordered. My setup is working nicely with the list, but I need to add a customization to the rendered widgets so that if ...
PawnBreak's user avatar
0 votes
1 answer
254 views

Below is the minimum code that causes the crash. What I want to achieve: pass a default AchievementB to the view and then change (based on user input) and insert into achievements. update: after a few ...
user1385809's user avatar
0 votes
0 answers
64 views

My application requires the function of sending attached files from external storage by email using third-party applications like GMail. However, when I try to do this, an exception is thrown that ...
Vladimir 's user avatar
0 votes
1 answer
161 views

So my app have been successfully developed and I have had a good experience with the admob test ads. But then just now I tried to view how real ads look like on my app and I started testing with real ...
jack3418's user avatar
-1 votes
1 answer
286 views

ElectronJS is cross-platform framework to create desktop apps for Mac, Windows and Linux. But if I make an app using responsive web design for mobile views, will the distribution for Linux work for ...
junerockwell's user avatar
-1 votes
3 answers
951 views

Since android 6.0, the sdcard path is no longer "/storage/sdcard1/", "/storage/sdcard-ext/" or something. The path depends on the phone instead. If I use Nexus 5x AVD, the path is "/storage/1D15-...
Linshen Qi's user avatar