C# Class ArcGISRuntimeXamarin.Samples.ServiceFeatureTableNoCache.ServiceFeatureTableNoCache

Inheritance: Android.App.Activity
Show file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
ServiceFeatureTableNoCache ( ) : Esri.ArcGISRuntime.Data
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void

Method Details

OnCreate() protected method

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

ServiceFeatureTableNoCache() public method

public ServiceFeatureTableNoCache ( ) : Esri.ArcGISRuntime.Data
return Esri.ArcGISRuntime.Data

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void