C# Class ArcGISRuntimeXamarin.CategoriesActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
CreateSampleModel ( byte jsonInBytes ) : SampleModel
CreateSampleStructureMap ( byte jsonInBytes ) : SampleStructureMap
loadJSONFromAsset ( ) : byte[]

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CategoriesItemClick ( object sender, Android.Widget.AdapterView e ) : void

Method Details

CreateSampleModel() public method

public CreateSampleModel ( byte jsonInBytes ) : SampleModel
jsonInBytes byte
return ArcGISRuntimeXamarin.Models.SampleModel

CreateSampleStructureMap() public method

public CreateSampleStructureMap ( byte jsonInBytes ) : SampleStructureMap
jsonInBytes byte
return ArcGISRuntimeXamarin.Models.SampleStructureMap

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

loadJSONFromAsset() public method

public loadJSONFromAsset ( ) : byte[]
return byte[]