monodroid-samples/DynamicTest
conceptdev b5c9ecf6a9 onboard missing samples 2019-07-31 17:29:02 -07:00
..
DynamicTest Update projects with obsolete TargetFrameworkVersions 2018-12-06 13:42:18 -05:00
Screenshots [DynamicTest] this sample should make more sense. 2013-02-14 19:41:15 +09:00
System.Json.Next Update projects with obsolete TargetFrameworkVersions 2018-12-06 13:42:18 -05:00
DynamicTest.sln Clean up some build issues. Remove nonexistent stuff. Add permission. Add required defs. 2012-05-08 23:06:46 +09:00
README.md onboard missing samples 2019-07-31 17:29:02 -07:00

README.md

C# Dynamic Test

This samples makes use of dynamic types in DLR. This sample imports System.Json from ASP.NET MVC sources which includes JsonValue.AsDynamic() which allows users to directly specify object keys as field names.

This sample retrieves Twitter public timeline JSON and parses it into the ListAdapter. Hence it requires internet access (and working twitter).

Bonus: You can also add reference to mono-reactive for Android from https://github.com/atsushieno/mono-reactive , add REACTIVE symbol to compiler options and get things done asynchronously.