Skip to content

Retrieving bundles from FirstFormFragment and SecondFormFragment

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_282_retrieving_bundles_in_summaryfragment

Related Issues

Closes #282 (closed)

Description

Retrieving all the data passed from FirstFormFragment and SecondFormFragment.

NOTE: There is a problem when calling getParentFragmentManager().setFragmentResultListener multiple times in different fragments. Currently, there is one being used in secondFormFragment to display "Welcome (first name)"

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Fill the form in FirstFormFragment, click next
  2. Fill the form in SecondFormFragment, click next
  3. No need to fill Third/FourthFormFragment, click next
  4. Check the Logcat window to check if the information is valid.

Relevant Screenshots

Relevant Logs

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Note 1
  • Note 2
  • Note 3
Edited by Wizmonde Ng

Merge request reports

Loading