Either relates to Home Screen widgets, or to general UI elements used on an Android Application screen.
I have created a simple custom view that contains a RelativeLayout and an EditText: <RelativeLayout xmlns:android="http://schemas.…
android android-widget android-custom-view custom-view android-attributesI have an activity that has an ImageView defined inside a HorizontalScrollView. The image source is a 9-patch file that …
android android-layout android-widget android-imageview nine-patchI have search a lot for page flip effect in android. I found some links. An example for flip without …
android opengl-es android-layout android-widget page-curlI have a folder which contains few files and some directories which I need to copy to my SD card's /…
java android android-intent android-widget android-sdk-2.1Since the ActionBar is available only in Android 3.0 and later, what is a good way to implement ActionBar-like widget in …
android android-widget android-actionbar android-2.2-froyois there a possibility to make the title of an Android ActionBar scroll automatically (marquee) if it's too large?
android android-widget android-actionbar android-scrollI had a working app on 2.1 and above until I tried to cleanup my initial layout with a theme of …
android android-layout android-widget android-themein my application , i have a gallery of pictures, but i want to detect the position of the current image …
android android-widget android-ui android-galleryAs far as I understand, android widgets need RemoteViews, instead of View, like activities. My question: is there any way …
android android-widget remoteviewI use dropdown spinner with cursor adapter. It contains e.g 1 - 100 items. I select e.g. item 50. Item is …
android android-layout android-widget android-spinner