edw1nzhao / cs2340_group16

CS2340 Group 16 Crowd-Sourced Water Reporting App
2 stars 1 forks source link

Create NewWaterSourceReportActivity UI #51

Closed tomonarifeehan closed 7 years ago

tomonarifeehan commented 7 years ago

Note: When creating the Report object make sure it is called WaterSourceReport. -include Spinners for: type of water and condition of water -time/date, report, name, location autogenated -cancel button, navigate back to HomeActivity -on submit button, display toast message and navigate to HomeActivity.

-In current activity call: intent.putExtra("USER", user); to add data that you push to next activity -In the next activity call: user = (User) getIntent().getSerializableExtra("USER");