EnCore.iOS.net6 by: FT-Soft
  • 11 total downloads
  • Latest version: 2.17.0-net6
  • xamarin encore ios
EnCore ios part with default bindings and services. USAGE: you should create and add PlatformModule instance in application Bootstrapper initialization code.
EnCore.LazyProvider by: FT-Soft
  • 185 total downloads
  • Latest version: 3.0.0
  • xamarin encore core
Provides abstract LazyObjectProvider class for service usage. It helps to cache in memory and control object updates in application by its ids. For subscribe for object events you should use LazyObjectModel<> class.
EnCore.Legacy by: FT-Soft
  • 76 total downloads
  • Latest version: 3.0.0
  • xamarin encore legacy core
EnCore
EnCore.Licensing by: Junian Triajianto
  • 14 total downloads
  • Latest version: 1.1.5
  • portable,licensing,key
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products.
EnCore.Maps.Android.GoogleMaps by: FT-Soft
  • 41 total downloads
  • Latest version: 3.0.0
  • xamarin encore maps android google
Maps binders for GoogleMaps in Android. USAGE: you should create and add GoogleMapsModule instance in application Bootstrapper initialization code. Use MapFrame to interact with map.
EnCore.Maps.Core by: FT-Soft
  • 93 total downloads
  • Latest version: 3.0.0
  • xamarin encore maps core
Basic core library for maps usage. Contains MapFrame and interfaces.
EnCore.Maps.iOS.GoogleMaps by: FT-Soft
  • 26 total downloads
  • Latest version: 3.0.0
  • xamarin encore maps ios google
Maps binders for GoogleMaps in iOS. USAGE: you should create and add GoogleMapsModule instance in application Bootstrapper initialization code. Use MapFrame to interact with map.
EnCore.Maps.iOS.MkMapView by: FT-Soft
  • 37 total downloads
  • Latest version: 3.0.0
  • xamarin encore maps ios mkmapview
Maps binders for MkMapView in iOS. USAGE: you should create and add MkMapViewModule instance in application Bootstrapper initialization code. Use MapFrame to interact with map.
EnCore.MaskedEdit.Android by: FT-Soft
  • 45 total downloads
  • Latest version: 3.0.0
  • xamarin encore maskededit maskededitor android
EnCore MaskedEdit for Android library.
EnCore.MaskedEdit.Core by: FT-Soft
  • 46 total downloads
  • Latest version: 3.0.0
  • xamarin encore maskededit maskededitor core
EnCore MaskedEdit core library
EnCore.MaskedEdit.iOS by: FT-Soft
  • 45 total downloads
  • Latest version: 3.0.0
  • xamarin encore maskededit maskededitor android
EnCore MaskedEdit for iOS library.
EnCore.MAUI by: FT-Soft
  • 28 total downloads
  • Latest version: 2.3.0-beta2
Package Description
EnCore.Network.Android by: FT-Soft
  • 39 total downloads
  • Latest version: 3.0.0
  • xamarin encore android
Provides NetworkService with platform implementation. USAGE: you should create and add NetworkModule instance in application Bootstrapper initialization code.
EnCore.Network.Core by: FT-Soft
  • 101 total downloads
  • Latest version: 3.0.0
  • xamarin encore network core
service interface for working with device Network state
EnCore.Network.iOS by: FT-Soft
  • 38 total downloads
  • Latest version: 3.0.0
  • xamarin encore ios
Provides NetworkService with platform implementation. USAGE: you should create and add NetworkModule instance in application Bootstrapper initialization code.
EnCore.PushNotifications.Android by: FT-Soft
  • 45 total downloads
  • Latest version: 3.0.1
  • xamarin encore android
Provides PushNotification platform implementation. USAGE: you should register your custom services with interface IPushNotificationHandler in Android part and IPushNotificationService in Core part.
EnCore.PushNotifications.Core by: FT-Soft
  • 78 total downloads
  • Latest version: 3.0.2
  • xamarin encore push notifications core
Provides IPushNotificationService interface for working with server push notifications.
EnCore.PushNotifications.iOS by: FT-Soft
  • 48 total downloads
  • Latest version: 3.0.1
  • xamarin encore android
Provides PushNotification platform implementation. USAGE: you should register your custom services with interface IPushNotificationHandler in iOS part and IPushNotificationService in Core part.
EnCore.Session by: FT-Soft
  • 329 total downloads
  • Latest version: 3.1.0-beta2
  • xamarin encore session
Provides abstract class SessionService with implemetation of default session interactions like login logout restore refresh etc. Supports exclusive tasks for preventing concurrent session requests.
EnCore.SqLite.Android by: FT-Soft
  • 28 total downloads
  • Latest version: 3.0.0
  • xamarin encore sqlite android
Provides platform implementation for SqLite Path manager. USAGE: you should create and add SQLiteModule in bootstrapper initialization code.