The Telerik UI for Android installation package comes with two redistribution flavours of the same libraries each one targeting either Android Studio or Eclipse. Additionally, we ship the source code of the Telerik UI for Android Examples application by providing Eclipse and Android Studio compatible projects. The License Agreements folder contains the EULA which you are obliged to read before using the components.
Both of the Eclipse and Android Studio redistributables of Telerik UI for Android suite have the following library structure:
Primitives - a library containing primitive components such as popups or tooltips. These components can be used in the context with bigger ones or separately as standalone components. It also includes RadScrollView and RadSideDrawer.
The Primitives library references the Common library.
Data - a library containing the RadDataSource component and its accompanying classes.
The Data library references the Common library.
Input - a library containing more complex controls implementing various user input scenarios like RadDataForm, RadCalendarView and [RadAutoCompleteTextView](/controls/autocomplete/autocomplete-getting-started.
The Input library references the Common, the Primitives and the List libraries and v7 AppCompat.
Chart - a library containing RadChartView with all series, behaviors and rendering algorithms.
The Chart library references the Primitives, the Common libraries and v7 AppCompat.
Gauges - a library containing RadGaugeView with information about scales and indicators.
The Gauges library references the Common library and v7 AppCompat.
List - a library containing the RadListView component with its behaviors.
The List library references the Common, Data, v7 AppCompat and v7 RecyclerView libraries.
Feedback - a library containing the RadFeedback component which allows your end users to submit feedback about given functionality in your app.
The Feedback library references the Common librariy and v7 AppCompat.
You can read more about v7 AppCompat and v7 RecyclerView here: https://developer.android.com/tools/support-library/features.html.