Skip to content

AdaptiveCards.Xamarin.Android v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@shalinijoshi19 shalinijoshi19 released this 11 Dec 18:58
· 128 commits to master since this release

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:

  1. Parsing json strings into AdaptiveCard objects
  2. Rendering AdaptiveCard objects into native views
  3. Feature registration for consistency with version 1.2.0
  4. Action handling through ICardActionHandler implementations
  5. 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