The Android app uses a RecyclerView to display employee data from a local JSON file. Employee names, ages, and cities are displayed on the UI after the JSON has been decoded. Furthermore, it manages errors in the absence of data.
application-architecture data-loading-and-parsing user-interface-components error-handling-and-exception-management data-storage-and-persistence
-
Updated
Oct 5, 2023 - Java