ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
  @rawbzz Is looking at this UI element now, may want to wait for final designs before...
The action of selecting a survey for use in the app (`activateSurvey`) and related state (`activeSurvey`). The occurs when the user selects the survey from the list, or when the...
For ex Survey.name and not Survey.title.
@shobhitagarwal1612 Is this possible, or was there something preventing us for doing this?
See https://docs.gradle.org/current/userguide/platforms.html#sub:central-declaration-of-dependencies
Some things to include: * Required tutorials: * Android development with Android Studio * RxJava tutorial / videos * Basic dependency injection with Dagger 2 * Git and Github tutorials...
..but passes locally with `gradle testDebugUnitTest` or when run interactively in Android Studio. Error in GCB: ``` com.google.android.ground.persistence.sync.SurveySyncServiceTest > callSyncSurveyWithIdWhenConstraintsMet FAILED org.mockito.exceptions.verification.TooFewActualInvocations at SurveySyncServiceTest.kt:76 ```
Formulating an overall strategy to run end to end testing on the mobile and web app. Will need to configure something like Docker or Github Hosted Runners which will spin...