Display database records in columns. Help!

I am reading several records from a database and I need to display them on the mobile screen. One column for each data (there are 4 data per record). How can I do so that the data is well columned?

ID NAME PHONE AGE
1 Steven 8837837 27
2 Nicolas 3726266 31
3 Samantha 6736662 15
4 Alice 1090223 18

tell me the output of your api

do you want to create a table in your app?

Name of the platform?