I am new to RAD studio XE7 and firemonkey.
I am developing an android application using firemonkey.
I don’t know how to fill a grid or a stringgrid in android of RAD studio.
I am fetching all data from a webservice (REST), so I cannot assign a dataset to a grid directly.
How can I fill the grid with the webserivce data?
Or can fill grid runtime?
Please help me to find out this solution.