I am very new at this. I have already read and watch and try a lot tutorials, but I can't find something very easy in order to understand how it works.
I have made a php
file where you can see the results of o form "result.php"
. In the form, you can insert the First-name
and Last-name
. Those are saved in the database.
In "result.php"
, you can see the results as:
{"nametable":[{"fname":"","lname":""},{"fname":"ni","lname":"gi"}]}
Now, I would like to find an easy way, in order to understand it, were on my Android code, there is going to be just a text view and show the first name.. I don't want to get confused with buttons, just a page where is going to show a variable from a database!
Is there anyone that can help me with code, in order to understand the way it works??
Thank you!!