Namespace Sensus.Android
Classes
AndroidActivityResultRequestCode
AndroidMainActivity
AndroidPowerConnectionChangeBroadcastReceiver
AndroidPowerConnectionChangeListener
AndroidSensusService
Android sensus service. This is a hybrid service, as it is started by the Sensus activity to run indefinitely, and the activity also binds to it. This service runs in the foreground. For now, no components other than the Sensus activity can interact with the service, as the service is not exported.
AndroidSensusServiceBinder
AndroidSensusServiceBootStarter
Starts Sensus service on boot completion or app update.
AndroidSensusServiceConnection
AndroidSensusServiceHelper
AndroidServiceConnectedEventArgs
AndroidTextToSpeech
Resource
Resource.Animation
Resource.Animator
Resource.Attribute
Resource.Boolean
Resource.Color
Resource.Dimension
Resource.Drawable
Resource.Id
Resource.Integer
Resource.Interpolator
Resource.Layout
Resource.Mipmap
Resource.String
Resource.Style
Resource.Styleable
Resource.Xml
TextCellDisposedFix
When using ListViews with ObservableCollections, we're getting ObjectDisposedExceptions because the Pages holding the ListViews get disposed but the ObservableCollection continues to be modified and fire update events to the (disposed) Page and ListView. Catch these exceptions here.