Top "Android-widget" questions

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

Displaying activity with custom animation

I have a widget which starts an activity when it is clicked. I'd like to have some kind of fancy …

android animation android-widget
Android - Making Sliding Drawer to slide from Left-to-Right

I have implemented "Sliding Drawer" in my application using the below XML layout: (I got this example from androidpeople.com) &…

android android-widget android-sliding
Example of using Android tabs with Views instead of Activities?

The Android Developers TabWidget tutorial says the following: "You can implement your tab content in one of two ways: use …

java android android-widget
How to create android app with app widget in single application

I have already done one android application which stores date with person name and phone number. Now I have to …

android-layout android-widget android-activity
Creating Custom ImageView

I create a custom image view by extending ImageView that just draws some text on the screen, however I don't …

android android-widget custom-component
Launching activity from widget

I'm trying to do something which really ought to be quite easy, but it's driving me crazy. I'm trying to …

android android-widget
What android:inputType should I use for entering an IP Address and hostname?

I am building a small Android app where the user will enter an IP address or a hostname into an …

java android android-layout android-widget
Android getMeasuredHeight returns wrong values !

I'm trying to determine the real dimension in pixels of some UI elements ! Those elements are inflated from a .xml …

android android-layout android-widget android-ui android-xml
how to set width which is equal to another widget on android

I need to draw a horizontal line below a text field such that the width of the line equals the …

android android-layout android-widget android-view
Android how to focus ActionBar searchView

Hello i need to put some text inside the searchView and focus/expand the searchView widget. this is what i …

android android-widget