Re: [android-developers] Re: How to perform multiple queries from different tables and show in single list view

2013-01-10 Thread neil odiaz
just use inner join inn your query . maybe it will help you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: How to perform multiple queries from different tables and show in single list view

2013-01-10 Thread bob
It sounds like you want to write your own android.widget.ListAdapter. On Monday, December 24, 2012 1:07:47 AM UTC-6, Vijay Krishnan wrote: Hi all, I have to query from different tables and show in single listview.How to do this? Regards, vijay.k -- You received this message

[android-developers] Re: How to perform multiple queries from different tables and show in single list view

2012-12-25 Thread lbendlin
Exactly as you describe it. Point a cursor to a query from different tables, and point the listview adapter to the cursor. On Monday, December 24, 2012 2:07:47 AM UTC-5, Vijay Krishnan wrote: Hi all, I have to query from different tables and show in single listview.How to do this?

[android-developers] Re: How to perform multiple queries from different tables and show in single list view

2012-12-23 Thread skink
Vijay Krishnan wrote: Hi all, I have to query from different tables and show in single listview.How to do this? Regards, vijay.k http://stackoverflow.com/questions/3235746/listview-using-two-cursoradapters/7776252#7776252 pskink -- You received this message because you are