Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 610 Bytes

File metadata and controls

14 lines (9 loc) · 610 Bytes

General Information

This is a Kotlin app created on Android Studio; Its purpose is to retrieve the data from a Json file and display it in an easy-to-read list to the user. It deserializes the Json file to create objects that store the data. The data is stored in objects of a class that implements the Comparable interface for the ease of sorting. The sorting algorithm implemented in this project is a Quicksort algorithm, optimizing efficiency of time and space.

Technologies

This project was created using:

  • Kotlin version: 1.8.10
  • Android Studio version: 2022.1.1
  • Gson version: 2.8.9