[android-developers] Custom List View is not Click-able when scrolling the list.

2012-01-11 Thread Seshu
Hi Every Body, I am using custom list view in my app. first time if i clicked the custom list view means it's going 2 activity, and if i scrolled the list and then click is not responding. i am not getting where the problem is coming. I wrote the list view like that LinearLayout

[android-developers] Custom List View

2010-12-01 Thread Android Humanoid
Hi All, I have custom list view in which each list item has 1. an ImageView 2. a TextView and 3. a WebView I made webview invisible by default, when the list item got selected am making the web view visible of the corresponding list item but when am moving down the webview is not getting

[android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Dave Gracie
Hi Can anyone help with a problem I have? I created an activity (extending a list activity) and have it populating with a list of peoples names, however when I scroll up or down it automatically greys out the whole list view until you stop scrolling. Is it possible to stop this greying out from

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Narendra Bagade
Dave, I got the same problem , we can remove this using following code snippet. getListView().setAnimationCacheEnabled(*false*); getListView().setScrollingCacheEnabled(*false*); use this code in ur listview activity. Narendra bagade On Wed, Jan 20, 2010 at 5:42 PM, Dave Gracie

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Dave Gracie
Narendra, your a genius :) It works a treat. Thanks Dave 2010/1/20 Narendra Bagade bagadenaren...@gmail.com Dave, I got the same problem , we can remove this using following code snippet. getListView().setAnimationCacheEnabled( *false*); getListView().setScrollingCacheEnabled(

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Romain Guy
No no no no no no no don't do that. You just disabled a *very* important optimization. You have to set the correct cache color hint. Read this article to see what the correct solution is: http://www.curious-creature.org/2008/12/22/why-is-my-list-black-an-android-optimization/ On Wed, Jan 20, 2010

[android-developers] Custom List View.

2009-11-16 Thread Sasikumar.S
Hi, I want to create a custom list view. can any one help me?.. I tried this below link code http://www.androidguys.com/2009/11/09/return-of-the-fancy-listviews/ But it is not working. If any one having program pls send it to me or give some suggestion,. -- Thanks Regards Sasikumar.S --

Re: [android-developers] Custom List View.

2009-11-16 Thread Mark Murphy
Sasikumar.S wrote: Hi, I want to create a custom list view. can any one help me?.. I tried this below link code http://www.androidguys.com/2009/11/09/return-of-the-fancy-listviews/ But it is not working. Sure it is, though for reasons you'll see in the comments on that post, it

[android-developers] custom list view

2009-09-07 Thread Sasi Kumar
I need a custom list view. For reducing the list view font size. I need a code for that.. can any one help for this. thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To