Most answered questions in Android

0 votes
2 answers

How to change the application launcher icon on Flutter? Ask Question

how to change the app icon in ...READ MORE

Nov 29, 2023 in Android by anonymous
9,600 views
0 votes
2 answers

How can I inspect element in an Android browser?

On Android smartphones, there are various ways ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
582 views
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,330 views
0 votes
1 answer

why the listview-builder is lagging while scrolling with api intigration in flutter?

The ListView with API integration might lag ...READ MORE

Mar 20, 2023 in Android by seena
2,079 views
0 votes
1 answer

Reducing Spacing in an Expanded in Flutter Project

To reduce the space around the Expanded ...READ MORE

Mar 20, 2023 in Android by vishalini
4,035 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
923 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
996 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
401 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,404 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,295 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
888 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
588 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
839 views
0 votes
1 answer

How remove white space between image border radius and it's parent container border radius

To remove the space between the border ...READ MORE

Mar 18, 2023 in Android by Tej
1,606 views
0 votes
1 answer

Passing Data to a Stateful Widget in Flutter

The recommended way of passing data to ...READ MORE

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

When the keyboard appears, the Flutter widgets resize. How to prevent this?

This is a common issue in Flutter ...READ MORE

Mar 18, 2023 in Android by vinayak
9,870 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
628 views
0 votes
1 answer

How to run code after some delay in Flutter?

You can use the Future.delayed function in ...READ MORE

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

How to underline text in flutter

You can underline text in Flutter by ...READ MORE

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

flutter remove back button on appbar

You can remove the back button from ...READ MORE

Mar 10, 2023 in Android by vinayak
8,210 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
535 views
0 votes
1 answer

setState() or markNeedsBuild called during build

The first error occurs because the ListView.builder ...READ MORE

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

How to deal with unwanted widget build?

There are a few strategies that you ...READ MORE

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

How do I Set Background image in Flutter?

To set a background image in Flutter, ...READ MORE

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

How do I disable a Button in Flutter?

To disable a button in Flutter, you ...READ MORE

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

How do I supply an initial value to a text field?

To supply an initial value to a ...READ MORE

Mar 9, 2023 in Android by pooja
5,962 views
0 votes
1 answer

Dart SDK is not configured

The error message "Dart SDK is not ...READ MORE

Mar 9, 2023 in Android by pooja
13,203 views
0 votes
1 answer

Message "flutter run: No connected devices"

It seems that you do not have ...READ MORE

Mar 9, 2023 in Android by pooja
3,061 views
0 votes
1 answer

How to add a ListView to a Column in Flutter?

To add a ListView to a Column ...READ MORE

Mar 9, 2023 in Android by pooja
9,694 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,028 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
842 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
871 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,305 views
0 votes
1 answer

Create a rounded button / button with border-radius in Flutter

To create a rounded button with border-radius ...READ MORE

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

How do I use hexadecimal color strings in Flutter?

To use a hexadecimal color string in ...READ MORE

Mar 1, 2023 in Android by vishalini
11,025 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
429 views
0 votes
1 answer

How to create number input field in Flutter?

Yes, Flutter has a built-in widget called ...READ MORE

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

How to change package name in flutter?

Yes, you can change the package name ...READ MORE

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

How can I add a border to a widget in Flutter?

To add a border to a widget ...READ MORE

Mar 1, 2023 in Android by vishalini
7,847 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
530 views
0 votes
1 answer

What are intent-filters in Android?

Just for the record. This is how ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
430 views
0 votes
1 answer

Proguard returned with error code 1. (com.google.android.gms)

You must run the following command if ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
624 views
0 votes
1 answer

Sign out from google and facebook in android application

Just for the record. This is how ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
314 views
0 votes
1 answer

Why YouTube Player API does not work on Android 11?

The Android 11 package visibility limitations prevent ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
1,559 views
0 votes
1 answer

Simple Android grid example using RecyclerView with GridLayoutManager (like the old GridView)

This is a simple way from XML ...READ MORE

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

Android: When should I use a Handler() and when should I use a Thread?

Because Chrome V8 is a JavaScript engine, ...READ MORE

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

Programmatically register a broadcast receiver

This example shows how to programmatically register ...READ MORE

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

Android backgroud image slow the app

You're mainly noticing the latency because you ...READ MORE

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

Simple Android RecyclerView example

Begin with a blank activity. The actions ...READ MORE

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

Android in-app billing - How to handle refunds ?

Simply disregard the library's purchase to overcome ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
1,162 views