Skip to content

Commit

Permalink
Update starter code to match latest codelab. (#1908)
Browse files Browse the repository at this point in the history
* Update starter code to match latest codelab.

* spotless
  • Loading branch information
williamito authored Mar 14, 2023
1 parent 2f05128 commit b314fc3
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ class MainActivity : AppCompatActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)

// 5.2 Replace with code from the codelab to configure a questionnaire fragment.

// 5.3 Replace with code from the codelab to add the questionnaire to the FragmentContainerView.
// 4.2 Replace with code from the codelab to add a questionnaire fragment.
}

private fun submitQuestionnaire() {

// 6 Replace with code from the codelab to get a questionnaire response.
// 5 Replace with code from the codelab to get a questionnaire response.

// 7 Replace with code from the codelab to extract FHIR resources from QuestionnaireResponse.
// 6 Replace with code from the codelab to extract FHIR resources from QuestionnaireResponse.
}

override fun onCreateOptionsMenu(menu: Menu): Boolean {
Expand Down

0 comments on commit b314fc3

Please sign in to comment.