[android-beginners] Re: How to display 'Column title' on the top of List ?

2010-04-09 Thread a2ronus
Hi JavaCoffee, I assume that you're using a ListView? 1. To add a header that scrolls with the content, take a look at: http://developer.android.com/intl/fr/reference/android/widget/ListView.html#addHeaderView(android.view.View). 2. For a fixed header, you can take a look at:

[android-beginners] Re: How to display 'Column title' on the top of List ?

2010-04-08 Thread Javacoffee
Hi a2ronus, I mean both cases. Would it be possible? Ciao, On Apr 7, 10:33 pm, a2ronus aaron.jan...@gmail.com wrote: Do you mean a fixed header that always stays on top? Or a header that moves with the content? On 5 apr, 13:09, Javacoffee dear.jinhy...@gmail.com wrote: Hi guys, I'm

[android-beginners] Re: How to display 'Column title' on the top of List ?

2010-04-07 Thread a2ronus
Do you mean a fixed header that always stays on top? Or a header that moves with the content? On 5 apr, 13:09, Javacoffee dear.jinhy...@gmail.com wrote: Hi guys, I'm  a new follower in android and facing the problem of displaying List data in android programming. Yes, I agree with that it