Issue
As of now, the application's total test coverage is still relatively low at 32.1% and thus there are still rooms for improvement. It is great to see that the tests are now mainly applied for some ViewModels but there is no test is added for API-related classes yet.

Also, there is not a UI test provided in the application. It would be great if a few UI tests to verify some basic flows in the application can be provided.
Expect
The test coverage for this project can be improved to reach above 60% for all the API-related classes used and create some UI tests for verifying a simple flow (e.g. open the Survey Lists screen from Login screen) in the application.
Issue
As of now, the application's total test coverage is still relatively low at 32.1% and thus there are still rooms for improvement. It is great to see that the tests are now mainly applied for some ViewModels but there is no test is added for API-related classes yet.
Also, there is not a UI test provided in the application. It would be great if a few UI tests to verify some basic flows in the application can be provided.
Expect
The test coverage for this project can be improved to reach above 60% for all the API-related classes used and create some UI tests for verifying a simple flow (e.g. open the Survey Lists screen from Login screen) in the application.