EnCore.iOS
by: FT-Soft
- 285 total downloads
- Latest version: 3.0.2
EnCore ios part with default bindings and services. USAGE: you should create and add PlatformModule instance in application Bootstrapper initialization code.
EnCore.iOS.net6
by: FT-Soft
- 37 total downloads
- Latest version: 2.17.0-net6
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
- 402 total downloads
- Latest version: 3.0.0
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.Licensing
by: Junian Triajianto
- 26 total downloads
- Latest version: 1.1.5
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products.
EnCore.Maps.Android.GoogleMaps
by: FT-Soft
- 77 total downloads
- Latest version: 3.0.0
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
- 184 total downloads
- Latest version: 3.0.0
Basic core library for maps usage. Contains MapFrame and interfaces.
EnCore.Maps.iOS.GoogleMaps
by: FT-Soft
- 63 total downloads
- Latest version: 3.0.0
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
- 64 total downloads
- Latest version: 3.0.0
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
- 83 total downloads
- Latest version: 3.0.0
EnCore MaskedEdit for Android library.
EnCore.MaskedEdit.Core
by: FT-Soft
- 86 total downloads
- Latest version: 3.0.0
EnCore MaskedEdit core library
EnCore.MaskedEdit.iOS
by: FT-Soft
- 119 total downloads
- Latest version: 3.0.0
EnCore MaskedEdit for iOS library.
EnCore.Network.Android
by: FT-Soft
- 65 total downloads
- Latest version: 3.0.0
Provides NetworkService with platform implementation. USAGE: you should create and add NetworkModule instance in application Bootstrapper initialization code.
EnCore.Network.Core
by: FT-Soft
- 199 total downloads
- Latest version: 3.0.0
service interface for working with device Network state
EnCore.Network.iOS
by: FT-Soft
- 69 total downloads
- Latest version: 3.0.0
Provides NetworkService with platform implementation. USAGE: you should create and add NetworkModule instance in application Bootstrapper initialization code.
EnCore.PushNotifications.Android
by: FT-Soft
- 77 total downloads
- Latest version: 3.0.1
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
- 156 total downloads
- Latest version: 3.0.2
Provides IPushNotificationService interface for working with server push notifications.
EnCore.PushNotifications.iOS
by: FT-Soft
- 74 total downloads
- Latest version: 3.0.1
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
- 750 total downloads
- Latest version: 3.1.0-beta2
Provides abstract class SessionService with implemetation of default session interactions like login logout restore refresh etc. Supports exclusive tasks for preventing concurrent session requests.