edw1nzhao / cs2340_group16

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

Add notification of correct type of input. (Location) #116

Closed edw1nzhao closed 7 years ago

edw1nzhao commented 7 years ago

When saying incorrect format for location, tell user in the toast the correct format of the input.

tomonarifeehan commented 7 years ago

There is form validation. We call setError() on the EditText and set the message whenever the form not a valid double.