Xcode – Flutter with ios 17
Since I updated to iOS 17 I get that I must perform this same configuration that I have already verified and when I run the app on the physical device it opens xcode. You may be prompted to give access…
Since I updated to iOS 17 I get that I must perform this same configuration that I have already verified and when I run the app on the physical device it opens xcode. You may be prompted to give access…
I'm new to React Native and Firebase and decided to improve my knowledge in this regard, I read some articles on interaction and how to connect one to the other, but I can't figure out how to split my app…
I am using Android studio giraffe version, and when I clicked on clear logcat, then this message is appearing "All logs entries are hidden by the filter". How can I get rid of this message and use filter as I…
The issue i am facing is that the image that it is saying not exist is the one that's already in the app or display on the app also it's already in the firebase realtime database The code are: private…
When I select the debug app option in Android Studio, this error comes: Error running 'app': Error retrieving capabilities from the device 127.0.0.1:62001 Has anyone encountered such a case so far?
OnResponse code : card_list = new Gson().fromJson(_response, new TypeToken>>(){}.getType()); if (card_list.size() > 5) { recyclerview1.setAdapter(new Recyclerview1Adapter(card_list)); }else{ SketchwareUtil.showMessage(getApplicationContext(), _response); } Json 200 Result like : { "user": [ { "id": "string", "address": "string", "contact": "string", "name": "string", "description": "string", "image_url":…
I want to remove the color around this icon I tried to learn a lot through videos but failed. I want you to help me I tried to learn a lot through videos but failed. I want you to help…
In Gradle folder I know there should be a lot more options inside Tasks, and they're not showing after reinstalling project.
I am currently trying to get my android app to give me a variable based on which button in a radio group I have clicked. As of right now it is only returning either null or the default value I…
I am trying to learn BLoC without learning any other State Management libraries like GetX, Riverpod, Provider, etc., Learning BLoC is confusing, I don't know how BLoC runs in an App. What should I do? like first try to learn…