Preview version of the Xamarin.Android rendering library. This library is based on our native android rendering library so C# developers can make use of this library on their Android applications.
You can find the nuget package here
Features for version 0.1.0
For the pre-release version the following features are included:
- Parsing json strings into AdaptiveCard objects
- Rendering AdaptiveCard objects into native views
- Feature registration for consistency with version 1.2.0
- Action handling through ICardActionHandler implementations
- All elements and actions supported in adaptivecards up to v1.2.0 are included in this prerelease
Also, all the code for the bindings and the sample application can be found here