It was great to see you have implemented multiple unit test cases for multiple layers like ViewModel (app layer), Repository + Response classes (data layer). However, there is no instrumented test found in the application.
Expect
Create some instrumented tests for verifying some basic UI test flows (e.g. open the Survey Lists screen from the Login screen) in the application.
Issue
It was great to see you have implemented multiple unit test cases for multiple layers like ViewModel (app layer), Repository + Response classes (data layer). However, there is no instrumented test found in the application.
Expect
Create some instrumented tests for verifying some basic UI test flows (e.g. open the Survey Lists screen from the Login screen) in the application.