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

Migrate some ObservableFields to LiveDatas. #103

Closed caarmen closed 6 years ago

caarmen commented 6 years ago

When to use ObservableFields:

When to use LiveData:

I prefer LiveData over ObservableField when possible because: