EnCore.Device.iOS
by: FT-Soft
- 1.401k total downloads
- Latest version: 3.9.0-beta2
Provides DeviceService with platform implementation. USAGE: you should create and add DeviceModule instance in application Bootstrapper initialization code.
EnCore.Extended.Android
by: FT-Soft
- 5.725k total downloads
- Latest version: 3.9.0-beta2
Android part for EnCore.Extended.Core package. Consists of platform implementations of navigation, layout bindings and helpers. USAGE: You can use Bindable classes to ensure whole binding process. You should create and add EnCoreExtendedAndroidModule in bootstrapper initialization.
EnCore.Extended.Core
by: FT-Soft
- 3.487k total downloads
- Latest version: 3.9.0-beta2
Big extension for EnCore framework. Provides bindings from layout, extending controllers with default implementations, namebased view viewmodel attach and other development speedup opportunities.
USAGE: You should use ExtendedPageVM class for viewmodels. Also ApplicationVM class for application.
ExtendedPageVM provides extensions attached to VM. NavigationManager helps you to make navigation. Invalid usages will provide exceptions with hints to resolve them.
EnCore.Extended.iOS
by: FT-Soft
- 3.922k total downloads
- Latest version: 3.9.0-beta2
iOS part for EnCore.Extended.Core package. Consists of platform implementations of navigation, layout bindings and helpers. USAGE: You can use Bindable classes to ensure whole binding process. You should create and add EnCoreExtendedAndroidModule in bootstrapper initialization.
EnCore.Extended.MAUI
by: FT-Soft
- 1.474k total downloads
- Latest version: 3.9.0-beta2
MAUI part for EnCore.Extended.Core package. Consists of platform implementations of navigation, layout bindings and helpers. USAGE: You can use Bindable classes to ensure whole binding process. You should create and add EnCoreExtendedMAUIModule in bootstrapper initialization.
EnCore.Extended.XamarinForms
by: FT-Soft
- 34 total downloads
- Latest version: 2.0.0
XamarinForms part for EnCore.Extended.Core package. Consists of platform implementations of navigation, layout bindings and helpers. USAGE: You can use Bindable classes to ensure whole binding process. You should create and add EnCoreExtendedXamarinFormsModule in bootstrapper initialization.
EnCore.Http
by: FT-Soft
- 2.272k total downloads
- Latest version: 3.9.0-beta2
Package for simplifying work with HTTP requests. It uses HTTPClient under the hood.
USAGE: Provides abstract class HttpService which implements IHttpService interface. Intended for Core project type. You need to create your own child from the service class and register it in core module by interface.
EnCore.ImageViewer.Android
by: FT-Soft
- 1.508k total downloads
- Latest version: 3.9.0-beta2
Provides platform implementation for ImageViewer.
EnCore.ImageViewer.Core
by: FT-Soft
- 1.268k total downloads
- Latest version: 3.9.0-beta2
Provides core classes for ImageViewer realization
EnCore.ImageViewer.iOS
by: FT-Soft
- 2.131k total downloads
- Latest version: 3.9.0-beta2
Package Description
EnCore.iOS
by: FT-Soft
- 6.257k total downloads
- Latest version: 3.9.0-beta2
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
- 1.531k total downloads
- Latest version: 3.9.0-beta2
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
- 1.893k total downloads
- Latest version: 3.9.0-beta2
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
- 1.595k total downloads
- Latest version: 3.9.0-beta2
Basic core library for maps usage. Contains MapFrame and interfaces.
EnCore.Maps.iOS.GoogleMaps
by: FT-Soft
- 1.76k total downloads
- Latest version: 3.9.0-beta2
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
- 1.052k total downloads
- Latest version: 3.9.0-beta2
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.Maps.iOS.YandexMapKit
by: FT-Soft
- 64 total downloads
- Latest version: 2.0.0-alpha
Maps binders for YandexMapKit in iOS. USAGE: you should create and add YandexMapKitModule instance in application Bootstrapper initialization code. Use MapFrame to interact with map.