Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
Is it possible to use a OnItemClickListener on a ListView when the Items layout has a clickable/editable widget (RadioButton,…
android android-widgetI am working on a subclass of FrameLayout that is supposed to rotate all of its children by 90 degrees. I …
android android-layout animation android-widgetA call to getLocationOnScreen() or getLocationInWindow() both give me a top/Y coordinate that is about ~30px (status/notifications bar's …
android android-widgetIf I have defined a Activity: public class DialogActivity extends Activity{ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
android android-layout android-emulator android-widget android-manifestI am trying to implement the layout below: I guess GridLayout is suitable for my needs but after 2 hours of …
android android-layout android-widget android-xml grid-layoutI just got burned by a widget. I could see the cause of the problem, but I could not determine …
android android-widget android-searchmanagermy question is: how to create imageButton which allow the user to upload image from their phone and insert it …
android android-widget android-imageview android-imageWhen loading a widget if it cannot find a resource or something it says Problem Loading Widget. That's all! Amazing! …
java android android-layout android-widget loadingI'd like to be able to call code like this, similar to how setError is set on a TextView: spinner.…
android android-widget spinnerI need to completely remove dividers from ExpandableListView. As for parent items it's a setDividerHeight method where I can pass …
android android-widget