Which is the best approach for key value pair representation in mobile material ui
I am having limitted data for a page as given below
Key | Value |
---|---|
First name | John |
Last name | Doe |
Phone | +9099999999 |
City | Chicago |
I want to represent the above data in an Android view. I tried to avoid table view like above. I am trying to show it as a material style. But in material documentation, I cannot find how to handle this. Could anybody share some insights or links.