I suggest you start by looking at the Notepad sample, included in the SDK in the samples directory. That shows how to do a query and display the result in a list view. The code can also be found in the developer's page: http://developer.android.com/resources/samples/NotePad/index.html
Since you would need to build your table layout contents dynamically, it would be best if you got the basics down first. Forgive me if you've already done this and I'm just telling you something you already know. On Oct 8, 5:29 pm, Boardy <[email protected]> wrote: > Hi all, > > I am currently looking in to developing an application for the android > platform. I have some information that is stored within the SQLite > Database of Android. > > What I want to be able to do is to perform a query to the database > table and populate a TableLayout with the information from the > database table. > > I have tried to find this on the Internet but have not had much luck. > If anyone can help me to get about doing this would be great. > > Cheers. -- 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

