Saving answers

This looks like it's in Collect, not Clinic. Depends on what version
you are using, but generally, the save code sits in the
FormEntryActivity.

On swipe, you call showNextView(), which calls
saveAnswersForCurrentScreen(), which calls saveAnswer(). Depending on
what you want to do, one of those methods in FormEntryActivity is what
you want.

··· ---------- Forwarded message ---------- > I am modifying a little bit Clinic, but I got stuck (I had no experience > before). > > I see you can read the answer in a view when it is a question > "((QuestionView) mCurrentView).getAnswer();" > > What I need is to set an answer using code, is there a setAnswer method?