blob: 0a9bae4fe68a52339e7b085035327d75824514d4 [file] [log] [blame] [view]
AndroidX Core Team2e416b22020-12-03 22:58:07 +00001# What is Jetpack?
2
AndroidX Core Team5e2f2692021-09-23 09:36:41 -07003![alt_text](androidx.gif "Androidx Gif")
4
AndroidX Core Team8fceec32021-02-18 15:39:11 +00005## Ethos
AndroidX Core Team2e416b22020-12-03 22:58:07 +00006
7To create recommended components, tools, and guidance that makes it quick and
8easy to build great Android apps, including pieces both from Google and from
9trusted OSS sources.
10
AndroidX Core Team8fceec32021-02-18 15:39:11 +000011## Team mission
AndroidX Core Team2e416b22020-12-03 22:58:07 +000012
13To improve the Android developer experience by providing architectural guidance,
14addressing common pain points, and simplifying the app development process
15through broad compatibility across Android versions and elimination of
16boilerplate code so developers can focus on what makes their app special.
17
18## What is `androidx`?
19
20Artifacts within the `androidx` package comprise the libraries of
21[Android Jetpack](https://developer.android.com/jetpack).
22
23Libraries in the `androidx` package provide functionality that extends the
24capabilities of the Android platform. These libraries, which ship separately
25from the Android OS, focus on improving the experience of developing apps
26through broad OS- and device-level compatibility, high-level abstractions to
27simplify and unify platform features, and other new features that target
28developer pain points.
29
30## What happened to the Support Library?
31
32As part of the Jetpack project to improve developer experience on Android, the
33Support Library team undertook a massive refactoring project. Over the course of
342017 and 2018, we streamlined and enforced consistency in our packaging,
35developed new policies around versioning and release, and developed tools to
36make it easy for developers to migrate.
37
AndroidX Core Team21ccf652022-04-01 14:53:07 +000038Revision `28.0.0` of the Support Library, which launched as stable in September
AndroidX Core Team2e416b22020-12-03 22:58:07 +0000392018, was the last feature release in the `android.support` package. There will
40be no further releases under Support Library packaging.
41
42## Quick links
43
44### Filing an issue
45
46Have a bug or feature request? Please check our
47[public Issue Tracker component](http://issuetracker.google.com/issues/new?component=192731&template=842428)
48for duplicates first, then file against the appropriate sub-component according
AndroidX Core Team21ccf652022-04-01 14:53:07 +000049to the library package or infrastructure system. Learn more at
50[Issue tracking](onboarding.md#tracking-bugs).