Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
I have a widget which starts an activity when it is clicked. I'd like to have some kind of fancy …
android animation android-widgetI have implemented "Sliding Drawer" in my application using the below XML layout: (I got this example from androidpeople.com) &…
android android-widget android-slidingThe Android Developers TabWidget tutorial says the following: "You can implement your tab content in one of two ways: use …
java android android-widgetI have already done one android application which stores date with person name and phone number. Now I have to …
android-layout android-widget android-activityI create a custom image view by extending ImageView that just draws some text on the screen, however I don't …
android android-widget custom-componentI'm trying to do something which really ought to be quite easy, but it's driving me crazy. I'm trying to …
android android-widgetI am building a small Android app where the user will enter an IP address or a hostname into an …
java android android-layout android-widgetI'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-xmlI 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-viewHello i need to put some text inside the searchView and focus/expand the searchView widget. this is what i …
android android-widget