I have data in the form of an array of key value pairs. Some of the data is related to other data in the array. What is the best way to show this in android? I know that a uitableview of uitableviewstylegrouped would be best for iOS but what is the best approach in Android?
This is some example data I would like to group into sections:
FirstName, "Joe"
LastName, "Smith"
Phone Number, "555-5555"