blob: cbdb0750cb9bf6f249bbc8153bbfd73ba70416cf [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 Team99e9b372022-06-08 13:59:24 -07005## What is `androidx`?
6
7Artifacts within the `androidx` package comprise the libraries of
8[Android Jetpack](https://developer.android.com/jetpack).
9
10Libraries in the `androidx` package provide functionality that extends the
11capabilities of the Android platform. These libraries, which ship separately
12from the Android OS, focus on improving the experience of developing apps
13through broad OS- and device-level compatibility, high-level abstractions to
14simplify and unify platform features, and other new features that target
15developer pain points.
16
AndroidX Core Team5fa61982023-01-13 10:43:41 -050017For frequently asked questions, see the
18[General FAQ](/company/teams/androidx/faq.md).
AndroidX Core Team99e9b372022-06-08 13:59:24 -070019
AndroidX Core Team5fa61982023-01-13 10:43:41 -050020To get started developing in AndroidX, see the
21[Getting started](/company/teams/androidx/onboarding.md) guide.
AndroidX Core Team99e9b372022-06-08 13:59:24 -070022
AndroidX Core Teamacd42b522023-03-01 12:35:49 -080023For information on library and API design, see the
24[Library API Guidelines](/company/teams/androidx/api_guidelines/index.md).
25
AndroidX Core Team2e416b22020-12-03 22:58:07 +000026## Quick links
27
28### Filing an issue
29
30Have a bug or feature request? Please check our
31[public Issue Tracker component](http://issuetracker.google.com/issues/new?component=192731&template=842428)
32for duplicates first, then file against the appropriate sub-component according
AndroidX Core Team21ccf652022-04-01 14:53:07 +000033to the library package or infrastructure system. Learn more at
AndroidX Core Team5fa61982023-01-13 10:43:41 -050034[Issue tracking](/company/teams/androidx/onboarding.md#tracking-bugs).