I am a beginner & my objective is to create a table in which data should be populated from database according to my query. How can I do it?I searched in google, but couldn’t find much help.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First just design the Table layout using views.
Then from database get all the values like in form of a cursor.
Then write loop for cursor until it ll reach to the end record. and within that loop u just assign values to views which are present in TableLayout.