Top "Android-widget" questions

Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.

How to get EditText, IME Action, textMultiLine, to work for JellyBean

I've run into quite the conundrum and am failing to find a solution. Apparently JellyBean changes how IME actions are …

android android-widget android-4.2-jelly-bean ime
How to select folder in android?

Hi there is a way to select folder where user want to save file in android . I check out http://…

android directory android-widget picker filechooser
Flutter: Is it somehow possible to create App Widgets (Android) and Today Extensions (iOS)?

I took a look at flutter for building a mobile app. Is it possible to create Widgets (not flutter-widgets, but …

dart android-widget flutter today-extension
Android - attach data to views

In my application I create dynamic rows in table much as in this tutorial: http://en.androidwiki.com/wiki/Dynamically_…

android android-widget
How do I antialias the clip boundary on Android's canvas?

I'm using Android's android.graphics.Canvas class to draw a ring. My onDraw method clips the canvas to make a …

android android-widget
How to change the image in app widget programmatically in android

I design an android app widget in which two ImageView i want change the image both of the the ImageView …

android android-widget remoteview
How do I give a Android App Widget a Label/Name

I just finished my first app, it works fine and I've made it a homescreen widget. But it doesn't have …

android android-widget android-appwidget
Android homescreen widget animations

I'm looking into creating a widget that supports animation, ideally via the android.view.animation framework, otherwise by setting properties …

android animation android-widget
RemoteView addView not working

I have an app widget and I'd like to add Views (TextView, etc.,) to the RemoteView but it never shows …

android android-widget remoteview android-remoteview
How do I display a CalendarView in an AlertDialog?

I'm trying to display the CalendarView in an Alert Dialog, but all that shows up is the month/year and …

android android-layout android-widget android-alertdialog calendarview