Trending questions in Mobile Development

0 votes
1 answer

How can i implement Flutter flip animation for book reading app?

Implementing a book page flip effect in ...READ MORE

Mar 20, 2023 in Android by Tej
1,363 views
0 votes
1 answer

How to get build and version number of Flutter app?

You can get the build and version ...READ MORE

Mar 29, 2023 in Flutter by pooja
880 views
0 votes
1 answer

flutter problem with Getx ,socket.io and node.js

Check that you have added the necessary ...READ MORE

Apr 6, 2023 in Flutter by vishalini
534 views
0 votes
1 answer

Why is applicationWillTerminate not being called on the first launch of my app?

The applicationWillTerminate method is called by the ...READ MORE

Mar 18, 2023 in Android by vishalini
1,427 views
0 votes
1 answer

How can I create this kind of widget.Is There any packages available?

Based on the image you provided, it ...READ MORE

Apr 13, 2023 in Flutter by Anitha
219 views
0 votes
1 answer

flutter firebase: showing data

It seems that when using different emulators ...READ MORE

Apr 4, 2023 in Flutter by vishalini
574 views
0 votes
1 answer

How to find TableRow in a flutter test?

Based on the code you provided, it ...READ MORE

Apr 4, 2023 in Flutter by pooja
570 views
0 votes
1 answer

Flutter project when run showing Error Invalid argument(s): The source must not be null

The error message you provided seems to ...READ MORE

Mar 20, 2023 in Flutter by venky
1,277 views
0 votes
1 answer

Flutter Countdown Timer

In your code, the variable _start is ...READ MORE

Mar 30, 2023 in Flutter by pooja
771 views
0 votes
1 answer

Flutter SVG rendering

Flutter does not have built-in support for ...READ MORE

Mar 26, 2023 in Flutter by seena
970 views
0 votes
1 answer

Reducing connection wait time for APIs in Flutter

To reduce connection wait time for APIs ...READ MORE

Mar 18, 2023 in Android by pooja
1,316 views
0 votes
1 answer

What is the difference between functions and classes to create reusable widgets?

In Flutter, you can create reusable widgets ...READ MORE

Mar 24, 2023 in Flutter by vinayak
913 views
0 votes
1 answer

How to call a Dart async function from JavaScript

To call a Dart async function from ...READ MORE

Mar 31, 2023 in Flutter by Meghana
549 views
0 votes
1 answer

How to Determine Screen Height and Width?

To optimize your Flutter application for different ...READ MORE

Mar 21, 2023 in Flutter by tan
975 views
0 votes
1 answer

Run method on Widget build complete

You can use the WidgetsBindingObserver to be ...READ MORE

Mar 24, 2023 in Flutter by vijitha
845 views
0 votes
1 answer

Can't able fetch data form json using class in flutter(dart)

To fix the issue of null temperature ...READ MORE

Mar 18, 2023 in Android by vinayak
1,019 views
0 votes
1 answer

Flutter, run async function on stream.listen

You can make the listen callback an ...READ MORE

Mar 20, 2023 in Android by pooja
940 views
0 votes
1 answer

What is the use of Material Widget?

The Material widget is a key component ...READ MORE

Mar 21, 2023 in Flutter by pooja
791 views
0 votes
1 answer

How to fetch recent played songs with last played duration of songs with audio service and just audio in flutter?

To fetch the recent played songs with ...READ MORE

Mar 18, 2023 in Android by vinayak
909 views
0 votes
1 answer

Flutter scrollable positioned list support rtl text direction?

To support RTL text direction in the ...READ MORE

Mar 18, 2023 in Android by vishalini
854 views
0 votes
1 answer

How can I dismiss the on screen keyboard?

To dismiss the on-screen keyboard, you can ...READ MORE

Mar 1, 2023 in Android by vishalini
1,317 views
0 votes
1 answer

I am creating mobile application on flutter but facing error of tflite library

The error you're encountering means that there ...READ MORE

Mar 18, 2023 in Android by pooja
605 views
0 votes
1 answer

Adding a splash screen to Flutter apps

To add a splash screen to your ...READ MORE

Mar 18, 2023 in Android by anonymous
637 views
0 votes
1 answer

Is Flutter/Dart valuable in the professional setting?

Yes, Flutter and Dart are valuable skills ...READ MORE

Mar 21, 2023 in Flutter by vani
277 views
0 votes
1 answer

Linking 3 Flutter Projects in One Flutter Project

Yes, it is possible to combine multiple ...READ MORE

Mar 20, 2023 in Flutter by vinayak
366 views
0 votes
1 answer

Opt out or How to stop google bot accounts from my app?

It sounds like you are experiencing an ...READ MORE

Mar 18, 2023 in Android by pooja
415 views
0 votes
1 answer

How to do Rounded Corners Image in Flutter?

To make the image in your Flutter ...READ MORE

Mar 1, 2023 in Android by vishalini
1,063 views
0 votes
1 answer

Flutter Projects & Android X Migration Issues

Migrating to AndroidX can be a frustrating ...READ MORE

Mar 20, 2023 in Flutter by Tej
282 views
0 votes
1 answer

How to run code after some delay in Flutter?

You can use the Future.delayed method to ...READ MORE

Mar 10, 2023 in Android by vinayak
554 views
0 votes
1 answer

Flutter - Wrap text on overflow, like insert ellipsis or fade

Container( padding: EdgeInsets.symmetric(horizontal: 16.0, vertical: 18.0), ...READ MORE

Mar 1, 2023 in Android by vishalini
905 views
0 votes
1 answer

How do you detect the host platform from Dart code?

You can detect the host platform from ...READ MORE

Mar 1, 2023 in Android by vishalini
863 views
0 votes
1 answer

What is Flutter?

Flutter is a free and open-source mobile ...READ MORE

Mar 1, 2023 in Android by vishalini
550 views
0 votes
0 answers

How to create Toast in Flutter

Can I create something similar to Toasts in Flutter? Just ...READ MORE

Mar 9, 2023 in Android by sarit
• 1,830 points
193 views
0 votes
1 answer

How can I remove the debug banner in Flutter?

The debug banner in Flutter can be ...READ MORE

Mar 1, 2023 in Android by vishalini
444 views
0 votes
0 answers

Android logo as an emoji (symbol) to copy and paste in text form

To use it in text editors, I ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
3,866 views
0 votes
0 answers

Xcode couldn't find any iOS App Store provisioning profiles matching [bundle ID]

I always go with automatically manage signing when uploading ...READ MORE

Nov 30, 2022 in Mobile Development by gaurav
• 23,260 points
2,793 views
0 votes
1 answer

Open webpage in fullscreen in Safari on iOS

No, javascript cannot be used to switch ...READ MORE

Nov 4, 2022 in IOS by Rahul
• 9,670 points
3,790 views
0 votes
1 answer

iOS 13 Custom Fonts download and installation

Step 1: From the Home screen, tap ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
2,359 views
0 votes
1 answer

How to open the Google Play Store directly from my Android application?

If you want to link to your ...READ MORE

Nov 7, 2022 in Android by Edureka
• 12,690 points
3,397 views
0 votes
1 answer

How get permission for camera in android.(Specifically Marshmallow)?

To begin with, confirm that the user ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
3,199 views
0 votes
0 answers

How to open WhatsApp using an Intent in your Android App?

I want an Intent to take control ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
2,460 views
0 votes
0 answers

How to define a circle shape in an Android XML drawable file?

I'm having some trouble locating the Android ...READ MORE

Nov 22, 2022 in Android by Edureka
• 12,690 points
1,824 views
0 votes
0 answers

How purple 200/500/700 define in the color.xml of a new Android Project?

A new Android project provides a set ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
1,734 views
0 votes
1 answer

Xcode 13.2.1 error when running on phone with iOS 15.4.1

Check /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ for directory name 15.4 (your ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,022 views
0 votes
0 answers

Cannot resolve symbol 'Theme' in styles.xml (Android Studio)

Since today, Android Studio can't find the ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
1,650 views
0 votes
1 answer

Android - Set text to TextView

After discovering the views, you set the ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
2,072 views
0 votes
1 answer

iOS : Black screen appears when run my app

Go For Force Restart If it is a ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
887 views
0 votes
0 answers

What are the package name for google meet and Microsoft teams in Android and iOS?

I wanted to know the package name for ...READ MORE

Nov 16, 2022 in Mobile Development by gaurav
• 23,260 points
1,802 views
0 votes
0 answers

Minimum hardware requirement for android studio?

Intel Pentium dual core, 1.3GHz, and 2GB ...READ MORE

Dec 8, 2022 in Android by Edureka
• 12,690 points
787 views
+2 votes
0 answers

iOS Instagram login get Instagram user id?

I am writing an iOS app that ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,678 views