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-architecturedata-loading-and-parsinguser-interface-componentserror-handling-and-exception-managementdata-storage-and-persistence
-
Updated
Oct 5, 2023 - Java