[android-developers] Re: how to connect android phone to pc using adb

2010-04-27 Thread applesquash
Did you install the SDK USB driver? On Apr 26, 9:38 pm, karteek kartee...@gmail.com wrote: @Rogerio My OS is ubuntu.And I already used these commands.But the device is not getting displayed under ./adb devices. @AJ I have the Driver CD that came with the phone.But,it is for Windows,the

[android-developers] Re: graphically represent multiple list selections or dynamically change a list item view

2010-04-26 Thread applesquash
: applesquash wrote: Latest update if anyone is actually reading these... Myselectiontrick is working but it's still wonky and selecting things at random. I believe this is due to the way the inflater works, only inflating one page at a time. What is a page in this context? I guess

[android-developers] Re: graphically represent multiple list selections or dynamically change a list item view

2010-04-25 Thread applesquash
@gmail.com wrote: Instead of using different views, you can use the same view and change the background or something when that item is clicked. Thanks and Regards, Kumar Bibek On Apr 25, 4:04 am, applesquash applesqu...@gmail.com wrote: OK, I figured it out but I don't like the solution

[android-developers] Re: graphically represent multiple list selections or dynamically change a list item view

2010-04-25 Thread applesquash
not too sure. Does anyone know of a setting that can make the position accurate for the whole list and not just the visible page? I'd look it up myself, but my brain seriously hurts after all this. And maybe someone out there just happens to know. On Apr 23, 8:58 pm, applesquash applesqu...@gmail.com

[android-developers] graphically represent multiple list selections or dynamically change a list item view

2010-04-24 Thread applesquash
Hello. I hope someone can help me here because I haven't found an answer after extensive googling, forum posts and reading the relevant parts of the API about 100 times. I'm trying to create a multiple selection list where the selection is represented graphically rather than with checkboxes. My

[android-developers] Re: graphically represent multiple list selections or dynamically change a list item view

2010-04-24 Thread applesquash
OK, I figured it out but I don't like the solution. It works and it's pretty enough, but I'd rather use some of the built in Android magic I love so much. I created 2 image views, one with an on graphic and one with an off graphic. When an item gets clicked, I swap out the visibility of the 2