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: http://groups.google.com/group/android-developers/browse_thread/thread/23ea7d0394f11758/584c43cf6cae5a33?lnk=gst&q=fixed+footer. Although it's about a fixed footer, there is a code example there for a fixed header. Good luck, a2ronus On 8 apr, 15:37, Javacoffee <[email protected]> wrote: > Hia2ronus, > > I mean both cases. > > Would it be possible? > > Ciao, > > On Apr 7, 10:33 pm,a2ronus<[email protected]> 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 <[email protected]> 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 is quite a easy to represent List data but > > > don't know how to show thecolumntitlesuch as 'Name or Address' on > > > the top of List. (Just like Table columns) > > > > Any idea regarding to the agony would be greatly appreciated. > > > > Kind Regards, > > > Jin -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

