EnCore.Extended.Android
by: FT-Soft
- 4.312k 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
- 2.897k 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.189k 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.24k 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
- 30 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
- 1.862k 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.323k total downloads
- Latest version: 3.9.0-beta2
Provides platform implementation for ImageViewer.
EnCore.ImageViewer.Core
by: FT-Soft
- 1.062k total downloads
- Latest version: 3.9.0-beta2
Provides core classes for ImageViewer realization
EnCore.ImageViewer.iOS
by: FT-Soft
- 1.897k total downloads
- Latest version: 3.9.0-beta2
Package Description
EnCore.iOS
by: FT-Soft
- 5.43k 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
- 35 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.298k 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
- 20 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.545k 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.358k 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.36k 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
- 894 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
- 58 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.