An interesting topic came up yesterday on StackOverflow.
The question was about video views and how to get native objects working inside portable code.
The answe I gave was a bit cowardly... It was to do most of the code natively (using xamarin mobile helpers) and to then bind to the view model at quite a simple level.
The poster took my advice and has now posted their code.... https://gist.github.com/3945799
There are definitely still places where more could be abstracted... And I'm still thinking about whether my original advice was correct...
Still thinking...
No comments:
Post a Comment