androidx.core:core
Official Description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.
CommonsWare’s Notes
This artifact is a “grab bag” or “kitchen sink” of classes that are used
by many of the other AndroidX artifacts. It is almost guaranteed that
you are pulling in core
via transitive dependencies in your AndroidX
project, even if you do not have an explicit reference to it in your
dependencies
closure in your build.gradle
file.
Among other things, core
contains:
-
Most of the
...Compat
classes (ActivityCompat
,ContextCompat
,NotificationCompat
, etc.) -
JobIntentService
-
AtomicFile
Documentation
Versions
- Latest Stable: 1.3.2
- Latest Release Candidate: 1.3.0-rc01
- Latest Beta: 1.5.0-beta02
- Latest Alpha: 1.5.0-alpha05
- 1.5.0-beta02
- 1.5.0-beta01
- 1.5.0-alpha05
- 1.5.0-alpha04
- 1.5.0-alpha03
- 1.5.0-alpha02
- 1.5.0-alpha01
- 1.4.0-alpha01
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc01
- 1.3.0-beta01
- 1.3.0-alpha02
- 1.3.0-alpha01
- 1.2.0
- 1.2.0-rc01
- 1.2.0-beta02
- 1.2.0-beta01
- 1.2.0-alpha04
- 1.2.0-alpha03
- 1.2.0-alpha02
- 1.2.0-alpha01
- 1.1.0
- 1.1.0-rc03
- 1.1.0-rc02
- 1.1.0-rc01
- 1.1.0-beta01
- 1.1.0-alpha05
- 1.1.0-alpha04
- 1.1.0-alpha03
- 1.1.0-alpha02
- 1.1.0-alpha01
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc02
- 1.0.0-rc01
- 1.0.0-beta01
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1