Android app to display parsing of JSON data from REST API and display it in Table format with sorting and pagination.
- Parsing json data from an API.
- Display parsed data in Tabular format using TableLayout.
- Apply pagination (display only 50 values per page).
- Sort in Ascending or Descending order by clicking on sort icon in table header.