1

I have been trying to search for on how to display the table from MySQL database in the gridview of android.. But all the example in the internet are based images... I want to display the data from the table as the gridview in asp.... Can anyone help me on this??

Thanks

1 Answer 1

1

Step #1: Write a Web service for your MySQL database, exposing the data you want

Step #2: Have your Android app call out to that Web service, retrieving and parsing the results

Step #3: Display the results in a "table" (TableLayout, GridView, or whatever you think a "table" is in Android)

Sign up to request clarification or add additional context in comments.

1 Comment

i have no problem on executing the step1 and step2.. but, i dont know how to do execute step3.. can you give some examples on the step3? thanks..

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.