25 Most Used Android Programming Terminologies

Dharmesh Basapati
5 min readMar 19, 2021

Let’s dig straight into the terminologies, people:

1) AndroidX
- The AndroidX library package is a set of code libraries that provide backward-compatible enhancements of the Android framework. They also features and widgets that are only available through the library APIs. Each AndroidX library is backward-compatible to a specific Android API level.

--

--