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

2014-07-15 Thread Damien Cooke
Ali, Should this be done in the Adaptor sub class or the XML as we create the view components? Damien On Thursday, January 12, 2012 12:14:10 AM UTC+10:30, Ali Chousein wrote: > > So, what exactly is the problem you are facing? If I understand you > correctly, clicking on list items does not res

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

2012-01-11 Thread Ali Chousein
So, what exactly is the problem you are facing? If I understand you correctly, clicking on list items does not respond, right? What do your list items have? Do they have any clickable objects, like buttons, checkboxes and similar? If yes, then you should make these objects non-clickable. -

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

2012-01-11 Thread rde8026
you should post your code (formatted correctly) no a summation of your code. also, you should post the code for the adapter you used to populate the list. this would possibly get you some answers. On Jan 10, 9:27 am, Seshu wrote: > Hi Every Body, >        I am using custom list view in my app. f

Re: [android-developers] Re: Custom List View

2010-12-06 Thread Tapomay Dey
And of course getView is applicable when you are using adapters to hold the data objects for the list. On Thu, Dec 2, 2010 at 12:23 PM, Tapomay Dey wrote: > I guess View (in)visibility is supposed to be handled in getView. > > > On Thu, Dec 2, 2010 at 11:49 AM, Prateek Jain wrote: > >> On itemCl

Re: [android-developers] Re: Custom List View

2010-12-06 Thread Tapomay Dey
I guess View (in)visibility is supposed to be handled in getView. On Thu, Dec 2, 2010 at 11:49 AM, Prateek Jain wrote: > On itemClickListener make web view invisible for all the items other > than the selected one. > > It will be better if you can post the code too. > > Cheers, > Prateek > > On

[android-developers] Re: Custom List View

2010-12-02 Thread Doug
On Dec 1, 10:05 pm, Android Humanoid wrote: > 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 i

[android-developers] Re: Custom List View

2010-12-01 Thread Prateek Jain
On itemClickListener make web view invisible for all the items other than the selected one. It will be better if you can post the code too. Cheers, Prateek On Dec 2, 11:05 am, Android Humanoid wrote: > Hi All, > > I have custom list view in which each list item has > 1. an ImageView > 2. a Text

[android-developers] Re: custom list view

2009-09-09 Thread Pratap
Hi You can create your own adapter class for thw list view.In the getView method you can create your own custom view for the list item . On Sep 8, 10:51 am, Sasi Kumar wrote: > I need a custom list view. > > For reducing the list view font size. > > I need a code for that.. > > can any one help

[android-developers] Re: custom list view

2009-09-09 Thread dilli rao
see API demos package : com.example.android.apis.view file : list14.java example in that you can modify the text view properties as you need.. Thank you, Dilli Rao On Tue, Sep 8, 2009 at 11:21 AM, Sasi Kumar wrote: > > I need a custom list view. > > For reducing the list view font size. >