/FetchExercise

A simple android application for parsing a JSON file and processing the data.

Primary LanguageJava

FetchExercise

A simple android application for parsing the JSON file and processing its data.
It displays this list of items to the user based on the following requirements:

  • All the items grouped by "listId"
  • Sorted results first by "listId" then by "name" when displaying.
  • Filtered out any items where "name" is blank or null.

App Walkthrough

Processed-raw data


Group & Sort Implementation


Final list with filtered data


Open-source libraries used