Skip to content

Fixing Compare Hospital Functionality, Showing List in Sorted Order, Formatted Files

Closes #33 (closed)

The compare screen is blank in release apk, it was working fine in debug apk.

Tasks Done

  • Fixed #33 (closed) by manually writing code to parse csv without any third party package
  • Added Sort functionality so that hospitals list always appear in alphabetically sorted order
  • formatted files
Before After
blank_screen compare list

@robbyoconnor sorry for the issue #33 (closed),

I have tested on debug apk, & this #33 (closed) issue appeared in release apk, which I tested today.

This MR Fixes everything, please review this

Merge request reports