EnCore.Android
by: FT-Soft
- 3.626k total downloads
- Latest version: 3.9.0-beta2
EnCore android part with default bindings and services. USAGE: you should create and add PlatformModule instance in application Bootstrapper initialization code.
EnCore.BottomSheet.Android
by: FT-Soft
- 898 total downloads
- Latest version: 3.9.0-beta2
Bottom sheet Android realization
EnCore.BottomSheet.Core
by: FT-Soft
- 863 total downloads
- Latest version: 3.9.0-beta2
Bottom sheet realization
EnCore.BottomSheet.iOS
by: FT-Soft
- 1.058k total downloads
- Latest version: 3.9.0-beta2
Bottom sheet iOS realization
EnCore.CasAuth.Android
by: FT-Soft
- 1.056k total downloads
- Latest version: 3.9.0-beta2
Cas implementation for Android. USAGE: you should create and add CasAuthModule instance in application Bootstrapper initialization code. Get ICasAuthService and make auth call.
EnCore.CasAuth.Core
by: FT-Soft
- 1.352k total downloads
- Latest version: 3.9.0-beta2
Provides core classes for platform Cas implementation. Interface IWebRedirectHandler should be implemented by user.
EnCore.CasAuth.iOS
by: FT-Soft
- 906 total downloads
- Latest version: 3.9.0-beta2
Cas implementation for iOS. USAGE: you should create and add CasAuthModule instance in application Bootstrapper initialization code. Get ICasAuthService and make auth call.
EnCore.Chat
by: FT-Soft
- 1.77k total downloads
- Latest version: 3.9.0-beta2
Effective chat implementation with guidelined logic and customization. USAGE: You should register ChatModule in your application initialization code. You should create ViewModel class with IChatPageVM interface and ChatAdapterController implementations and register it. Use ChatContentController implementation to create SendingContent and send it as messages in chat DataSource.
EnCore.ConstantNotifications.Android
by: FT-Soft
- 710 total downloads
- Latest version: 3.9.0-beta2
Provides ConstantNotificationsService with platform implementation. USAGE: you should create and add ConstantNotificationsModule instance in application Bootstrapper initialization code.
EnCore.ConstantNotifications.Core
by: FT-Soft
- 654 total downloads
- Latest version: 3.9.0-beta2
Provides service interface for Notifications in Application topbar.
EnCore.ConstantNotifications.iOS
by: FT-Soft
- 589 total downloads
- Latest version: 3.9.0-beta2
Provides ConstantNotificationsService with platform implementation. USAGE: you should create and add ConstantNotificationsModule instance in application Bootstrapper initialization code.
EnCore.Cookies.Android
by: FT-Soft
- 890 total downloads
- Latest version: 3.9.0-beta2
Provides CookiesService with platform implementation. USAGE: you should create and add CookiesModule instance in application Bootstrapper initialization code.
EnCore.Cookies.Core
by: FT-Soft
- 1.315k total downloads
- Latest version: 3.9.0-beta2
Provides service interface for working with device Cookies.
EnCore.Cookies.iOS
by: FT-Soft
- 845 total downloads
- Latest version: 3.9.0-beta2
Provides CookiesService with platform implementation. USAGE: you should create and add CookiesModule instance in application Bootstrapper initialization code.
EnCore.Device.Android
by: FT-Soft
- 810 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.Device.Core
by: FT-Soft
- 1.119k total downloads
- Latest version: 3.9.0-beta2
Provides service interface for working with device information like OS version screen and manufacture
EnCore.Device.iOS
by: FT-Soft
- 991 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
- 3.924k 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.628k 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.