はじめに-Xamarin AndroidGetting started - Xamarin.Android
これは、ネイティブの xamarin android アプリケーションを対象とするレンダラーライブラリであり、 ここで確認できる android レンダラーに基づいています。This is a renderer library which targets native xamarin android applications and is based on the Android renderer that you can find here.
NuGet のインストールNuGet install
発行されたパッケージはここで見つけることができます。You can find the published packages here
Install-Package AdaptiveCards.Rendering.Xamarin.Android -Version 0.1.0-alpha
名前空間Namespace
このライブラリを使用するために必要な名前空間は次のとおりです。The necessary namespaces for using this library are
// To import the base object model classes as AdaptiveCard, TextBlock, Column, ShowCardAction, ...
using AdaptiveCards.Rendering.Xamarin.Android.ObjectModel;
// To import the AdaptiveCardRenderer class
using AdaptiveCards.Rendering.Xamarin.Android.Renderer;
// To import the ICardActionHandler interface
using AdaptiveCards.Rendering.Xamarin.Android.Renderer.ActionHandler;
// To use feature registration and register custom behaviour
using AdaptiveCards.Rendering.Xamarin.Android.Renderer.Registration;
Xamarin. Android ビジュアライザーのサンプルXamarin.Android Visualizer Sample
Xamarin. Android ビジュアライザーサンプルでは、xamarin を使用してカードを視覚化できます。The Xamarin.Android Visualizer sample lets you visualize cards using Xamarin.Android. Android サンプルアプリケーションを使用したことがある場合は、実際に似たエクスペリエンスが得られます。If you have ever used the Android sample application you'll find the experience to be really similar.
次のステップNext steps
クイックスタートチェックを行う場合は、次の手順のために カードをレンダリング します。For a quick start check Render a card for the next steps!
Xamarin Android レンダラーライブラリに対してバインドされされたクラスの詳細については、以下のいずれかをクリックしてバインドされクラスの一部を確認してください。For a more in depth view of the classes that have been binded for the Xamarin.Android renderer library, you can check some of the binded classes by clicking on them below: