Questions tagged [mobile-development]

This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.

807 questions
71
votes
3 answers

Which version does React Native support (iOS and Android)?

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?
Joe
  • 811
  • 1
  • 6
  • 6
70
votes
4 answers

Why I didn't see Auto-Renewable Subscription in iTunes Connect

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
  • 1,881
  • 2
  • 11
  • 9
66
votes
26 answers

Bumblebee Android studio Plugin [id: 'com.android.application', version: '7.1.0', apply: false] was not found in any of the following sources:

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. Here is my gradle file plugins { id…
23
votes
9 answers

Unable to resolve "@react-navigation/native" from "App.js" - React Native + How to Solve?

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 watchman watches: watchman watch-del-all 2.…
22
votes
1 answer

What's the principal difference between MS AppCenter and Azure DevOps (former VSTS)?

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 used them both earlier (VSTS as issue tracker,…
19
votes
6 answers

How to resolve 'FwfhTextStyle' error in Flutter?

My app is not building because of this error and I am not able to understand the error. I tried 'flutter upgrade' and 'flutter get' but nothing was helpful. Launching lib/main.dart on SM A127F in debug mode... Running Gradle task…
19
votes
5 answers

Is it possible to mix OnIdiom and OnPlatform in XAML (Xamarin.Forms)?

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
testing
  • 19,681
  • 50
  • 236
  • 417
18
votes
1 answer

FlatList contentContainerStyle -> justifyContent: 'center' causes issues with scrolling

I have a FlatList component where I render x number of TouchableHighlight. I need all components in the FlatList aligned vertically to center. The problem is that if I put justifyContent: center in contentContainerStyle nothing happens but, if I add…
SmoggeR_js
  • 2,950
  • 4
  • 22
  • 52
15
votes
3 answers

How to change image and text color when clicking using react-native?

I am using TouchableHighlight, but I can change only background color using underlayColor. But how to change other content?
kyrilkin
  • 193
  • 1
  • 1
  • 9
11
votes
3 answers

xCode: Unable to install "Runner" issue on flutter

I was trying to compile and install on my iPhone the app I am developing for iOS, everything was fine until at some point XCode started giving me problems, I attach the detail: Details Unable to install "Runner" Domain:…
Araton10
  • 111
  • 3
11
votes
2 answers

What is 'Evolutionary Development Methodology'?

What is 'Evolutionary Development Methodology' means in the context of Mobile Development (Android)? Is there any similarity to 'Object Oriented Methodology' as well? Does someone have an example piece of code?
11
votes
3 answers

Inspect element on Android without connecting to computer

I have a samsung note pro 12.2 and was wondering how I could inspect element on the browser without connecting to a computer? I understand for smaller devices this makes sense to connect to a computer but for a tablet this size or even a 10 inch,…
10
votes
1 answer

Flutter dropdown alignment not proper

I want the dropdown like this with flutter Expected: with flutter dropdownformfield I'm able to do something like As you can see, When I click the dropdown button, the menu items are overlapping the button. Please find the code…
Abbas Ali
  • 151
  • 10
10
votes
2 answers

How to install flutter and dart in Xcode macosx?

I need to know if there is any way or plugin to run dart code on Xcode for flutter app development. If there is any mention here, every time I searched on internet it only shows me flutter commands for terminal to run app on iOS. I want my IDE to be…
Ahsan
  • 173
  • 1
  • 13
9
votes
1 answer

Add multiple packages in single command in flutter

Suppose I have a list of packages which I want to add in my flutter project. I can do the job by simply adding those packages in pubspec.yaml file and then in command line write this command flutter pub get and get all those packages in my app. But…
1
2 3
53 54