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
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.
-
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
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
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
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
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
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
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.
>
9 matches
Mail list logo