[android-beginners] Re: Create a partially dynamic view -- addView not supported in BaseAdapter

2008-04-16 Thread 6real
Dear Dan U Thx for your answer. Actually I have found an answer with the tablelayout where I can add rows in my code. Rgds, On 13 avr, 20:16, "Dan U." <[EMAIL PROTECTED]> wrote: > It'd be easier if you would post your code too. I tried to code > something up and I saw a list, but there was a lo

[android-beginners] Re: Create a partially dynamic view -- addView not supported in BaseAdapter

2008-04-13 Thread Dan U.
It'd be easier if you would post your code too. I tried to code something up and I saw a list, but there was a lot wrong with it as compared with what you are trying to show in your layout. First, I'm not sure what having children views of a ListView in your layout really means in Android. I don'

[android-beginners] Re: Create a partially dynamic view

2008-04-11 Thread Delirio
Hi, Maybe you just need to include the following to your layout file: http://schemas.android.com/apk/res/android"; android:orientation="vertical" > Or if you want to customize the Adapter: http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/view/List6.html --