-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
AndroidX is a major improvement to the original Android Support Library, which is no longer maintained. androidx packages fully replace the Support Library by providing feature parity and new libraries.
This contains the core functionality of the androidx libraries and is the most commonly used extension.
It replaces the com.distriqt.androidsupport.V4
android support extension.
This ANE provides some advanced application compatibility and layout components.
It replaces the com.distriqt.androidsupport.AppCompatV7
android support extension.
This ANE is used by the Native Web View ANE to display custom chrome tabs on Android.
It replaces the com.distriqt.androidsupport.CustomTabs
android support extension.
This ANE is used to create Material Design style display cards.
It replaces the com.distriqt.androidsupport.CardViewV7
android support extension.
This ANE provides access to a RecyclerView component used in some SDKs to create views.
It replaces the com.distriqt.androidsupport.RecyclerView
android support extension.
This ANE provides access to installation referral information.
It replaces the com.distriqt.androidsupport.InstallReferrer
android support extension.
This ANE provides some advanced design, layout and transition functionality.
It replaces the com.distriqt.androidsupport.CardViewV7
android support extension.
The Android Support extensions are deprecated and should not be used in new applications. This information is left here for legacy applications and people requiring to support older applications.
The following summarises the functionality in each of the ANEs. Most are directly related to one ANE however several are shared amongst multiple extensions and may be in used in more the future.
This is the most commonly used ANE. It contains the Support v4 library which is the most commonly used component of the Android Support Library and that most of the other support libraries rely upon.
It contains a range of backward compatibility utilities that are used in many of our (and other providers) extensions.
Note: if you have been using the older
com.distriqt.AndroidSupport.ane
you should remove that ANE and replace it with the equivalentcom.distriqt.androidsupport.V4.ane
. This is the new version of this ANE and has been renamed to better identify the ANE with regards to its contents.
This ANE is used to create Material Design style display cards.
This ANE is used by the Native Web View ANE to display custom chrome tabs on Android.
This ANE provides some advanced application compatibility and layout components.
This ANE provides some advanced design, layout and transition functionality.
This ANE provides access to a RecyclerView component used in some SDKs to create views.