cse442-fall-2019-offering / 442projects-create-team-name

442projects-create-team-name created by GitHub Classroom
1 stars 1 forks source link

Store tag from text box #65

Open jpearce185 opened 5 years ago

jpearce185 commented 5 years ago

Text entered in the preferences text box (in settings) needs to be used in the app as a string (toLowercase())

jpearce185 commented 5 years ago

Tag is stored in a string that is forced to lowercase to comply with our naming conventions in the DB. The text entered can be seen by un-commenting the toast in SettingsFragment. When entering text in the whatchu hate textview in the settings fragment and then clicking the "+" button, the toast will show the entered text.