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

IllegalStateException: Expected a string but was BEGIN_OBJECT #32

Closed congminhdang14t3 closed 4 years ago

congminhdang14t3 commented 4 years ago

You should update the code of the Location object (Change street element from String to Object).

erikjhordan-rey commented 4 years ago

fixed, thanks