Table of Contents

XToolkit Components Overview

Library Description Supported platforms
Softeq.XToolkit.Common The most common components without dependencies that can be reused in any project. Core, Android, iOS
Softeq.XToolkit.Bindings Bindings implementation based on INotifyPropertyChanged interface (basic MVVMLight) with extends UI collections. Core, Android, iOS
Softeq.XToolkit.Connectivity Library over the Xam.Plugin.Connectivity with support iOS 12+ native API. Core, iOS
Softeq.XToolkit.Permissions Extended library over the Plugin.Permissions that covered the common cases of working with permissions. Core, Android, iOS
Softeq.XToolkit.PushNotifications Rich implementation of common cases for push-notifications using APNs and Firebase Cloud Messaging. Core, Android, iOS
Softeq.XToolkit.Remote Library provides a common way to make HTTP requests. Core
Softeq.XToolkit.WhiteLabel MVVM framework (DI, Navigation, MVVM) that based on XToolkit components. Core, Android, iOS
Softeq.XToolkit.WhiteLabel.Essentials Library over the XToolkit.WhiteLabel that contains optional components for any application (like ImagePicker). Core, Android, iOS
Softeq.XToolkit.WhiteLabel.Forms (Deprecated) Integration library for using XToolkit.WhiteLabel in Xamarin.Forms projects. Core

Additional