erikjhordan-rey / People-MVVM

Sample created to practice MVVM and DataBinding in Android Applications.
https://erikjhordan-rey.github.io/blog/2015/12/15/ANDROID-databinding-android.html
667 stars 193 forks source link

Get text on EditText from ViewModel #4

Closed pishguy closed 7 years ago

pishguy commented 7 years ago

If i have some edittext on layout. how can i get text from ViewModel? all of MVVM scenario are based on RecylcerView and Adapters

erikjhordan-rey commented 7 years ago

There is a different solutions you can read https://medium.com/@fabioCollini/android-data-binding-f9f9d3afc761#.mvksxa7u6! Cheers!