Re: [android-developers] Re: UI troubles with Android 2.2

2010-10-07 Thread Daniel Drozdzewski
On Thu, Oct 7, 2010 at 2:14 PM, Thibaut wrote: > Thank you for your answer, > > I call setOnClickListener() in the Activity while I create the list of > views. Then i give this list to the adapter. The Adapter::getView() > method just returns the view _list.get(position). See below for code > samp

[android-developers] Re: UI troubles with Android 2.2

2010-10-07 Thread Thibaut
Thank you for your answer, I call setOnClickListener() in the Activity while I create the list of views. Then i give this list to the adapter. The Adapter::getView() method just returns the view _list.get(position). See below for code sample. But I would like to say that the onclick behavior is v

Re: [android-developers] Re: UI troubles with Android 2.2

2010-10-07 Thread Daniel Drozdzewski
On Thu, Oct 7, 2010 at 9:15 AM, Thibaut wrote: > The second trouble is resolved thanks to another message in this > google group ( > http://groups.google.com/group/android-developers/browse_thread/thread/4e8ad65d5cc7f103/c0986e9ad4e655e2 > ). Nested scrollviews don't work anymore. > > Does anyone

[android-developers] Re: UI troubles with Android 2.2

2010-10-07 Thread Thibaut
The second trouble is resolved thanks to another message in this google group ( http://groups.google.com/group/android-developers/browse_thread/thread/4e8ad65d5cc7f103/c0986e9ad4e655e2 ). Nested scrollviews don't work anymore. Does anyone have an idea why several click attempts are necessary to o