Component - JSON parsing with Gson/Moshi
This UI component shows how to parse JSON data into Kotlin objects using Gson or Moshi libraries. It displays parsed data on screen after converting JSON string to Kotlin data classes.
This UI component shows how to parse JSON data into Kotlin objects using Gson or Moshi libraries. It displays parsed data on screen after converting JSON string to Kotlin data classes.
Activity ├── LinearLayout (vertical) │ ├── TextView (title) │ ├── Button (Parse JSON) │ └── TextView (result display)