Hi, I would say write layout with two TextViews or whatever you want the data to be displayed in, then write your own SimpleCursorAdapter to fit your database data into the layout.
Best regards, Filip Havlicek 2010/11/3 pramod.deore <[email protected]> > Thanks Bibek, But if suppose I am doing this with List then how can I > achieve this? > > On Nov 3, 2:44 pm, Kumar Bibek <[email protected]> wrote: > > I guess, you will be better off using a ListView. > > > > On Nov 3, 12:01 pm, "pramod.deore" <[email protected]> wrote: > > > > > Hi, I want to read data from database and displayed it in table layout > > > form. table will contain n rows and 2 columns. But row size is not > > > fixed then how to show them in table layout format? Thanks in advance. > > > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

