Hello all and thanks in advanced for any insight.
I recently heard about mvvmcross and thought it sounded good, so I thought I'd give the tutorials a shot. The first one I was doing was the simple tip calculator. I tried the windows phone one first and it worked out fine no issues.
I then tried the Android view project. This is where I ran into some issues. I thought I followed everything correctly, but for some reason the fields on the screen are not showing the values I'm trying to bind to them. I put break points in the gets of the properties on my viewmodel class and they are getting hit, so I think it is binding, but nothing is showing. Has anybody seen this before, or do you happen to know what I could have missed that would cause this?
I think the files are named right, the viewmodel is named TipCalculatorViewModel, and the activity is TipCalculatorView. The axml has the bindings in this format: local:MvxBind="Text Amount".
Thank you again for any help you may have.