caarmen / poet-assistant

Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Other
83 stars 11 forks source link

Remove OnFavoriteClickListener. #76

Closed caarmen closed 7 years ago

caarmen commented 7 years ago

For now, the ResultListHeaderFragment and the RTListAdapter (who inflate the views containing the star icons) ask the Favorites class to persist the new favorites value when the star is tapped. This will be moved into the ViewModel classes in the two-way-databinding branch