I can't seem to figure out how can I make an image (such as ImageView) a circle image, inside an app widget. I mean crop it in the form of a circle, l ...
I can't seem to figure out how can I make an image (such as ImageView) a circle image, inside an app widget. I mean crop it in the form of a circle, l ...
I would like to make simple widget for my weather app, to show local temperature. My question is: how to get the LocationTracker in my widget class? ...
On the sign-up page when the user enters the email that was used before, this exception happens (Null check operator used on a null value) [firebase_ ...
I would like pass an value to my widget using Intent. But something wrong, I can not receive my intent extra value.. My MainActivity: Manifest: ...
I'm fairly new to Flutter, and I was trying to implement a horizontal-slider with divisions using the external syncfusion_flutter_sliders library. Her ...
My widget service loads an image (bitmap) from webview and then sets it on the widget view. It is mostly working in most of the devices but on some de ...
i don't know why the scrollable on homepage can't work well start from the gridView i can't touch on that section to perform the scroll action ...
I need to run the async method in one widget, but the widget is still waiting for the async method to end. So I have this code: In my app, I have ...
I have implemented app widget option for my Android app which load the list of data from the app. However in Pixel 4 (Android 12) device it didn't loa ...
I'm able to integrate Android widgets with Google Assistant. And want to have some voice command experience. For example the CREATE_CALL intent, if u ...
Is it possible to Bring down or display the appbar only when the draggable sheet reaches the top of the page in flutter? And having another doubt ...
I'm making an Android widget which launches a CountDown when I click on a button (signaled by the intent TAG_WAIT2_CLICK). I'd like the button not to ...
I'm creating an App that has a homescreen widget, and I'd like to have it so the user can see a live preview of what the widget will look like, within ...
I'm trying to do a weather app with a widget. I call open weather map api and I can see the wether in the main screen on the phone. I save them in dat ...
I am working on one application with has a widget functionality So I have designed a widget but tried with timer. widget is working on background aft ...
I'm new to android studio and I'm trying to remove a button from my videos app I have 4 buttons in my app Android : Recent,Featured,Popular,Random an ...
Flutter - While importing listview widget from one file then it just throws an error on the app's screen "Bottom overflowed by 500 pixels" but when if ...
My WidgetConfigActivity creates an onClickListener PendingIntent to pass through RemoteViews to perform two tasks: (1) open SliderActivity and (2) pas ...
I want to update my Glance App Widget state inside CoroutineWorker: class MyWorker(appContext: Context, workerParams: WorkerParameters) : Corouti ...
My Objective: Create two Android Home Screen widgets for an app of two different sizes (3x2 & 5x2) as discussed in this StackOverflow question: M ...