[android-developers] multiple selection in drop down list -spinner like widget

2009-09-02 Thread DroidDude
Hi, I am wondering is there any way to create something similar to spinner but which allows multiple selection. I guess we can select multiple entries from ListView but I don't have much space to show all the entires and also I need to show three different categories on the same Activity which yo

[android-developers] EditText Focus Color-How to set ColorStateList

2009-09-15 Thread DroidDude
Hi, I am trying to change the ColorStateList for EditText. Instead of Default color Schema I want the light Green Schema. I want each edittext focus color to be light green. Also I want Buttons to be green in State of "Pressed". I have created my own ColorStateList with different states in XML.

[android-developers] Dynamic Image loading from Resources in ImageView

2009-08-02 Thread DroidDude
Hi, I am very new to Android Development and I have a doubt regarding Image Loading in ImageView from R.drawable. Just to brief What I am trying to accomplish is :Showing a ListView with ImageView and TextView using ViewWrapper pattern. I get the Text Value for TextView from one http service an

[android-developers] Re: Dynamic Image loading from Resources in ImageView

2009-08-03 Thread DroidDude
Thanks Alexey! It worked great! On Aug 2, 3:14 pm, Alexey Krasnoriadtsev wrote: > you can place your images directly under assets directory, and then > use getResources().getAssets().open("path to file"); > > On Jul 31, 1:55 pm, DroidDude wrote: > > > Hi,

[android-developers] iphone like right side scrollbar

2009-08-06 Thread DroidDude
Hi, I am trying to implement the application which has the long list of data in list view and it requires lot of scrolling to reach to the bottom. I am wondering if I can implement something similar to what iPhone has- A right side Alphabetical Scroll bar in Android. I tried using setTextFilterE