blob: 8cf34cd0e29c4ec31076d105fbbf22a716d468f6 [file] [log] [blame] [view]
AndroidX Core Team2e416b22020-12-03 22:58:07 +00001# What is Jetpack?
2
AndroidX Core Team99e9b372022-06-08 13:59:24 -07003## What is `androidx`?
4
5Artifacts within the `androidx` package comprise the libraries of
6[Android Jetpack](https://developer.android.com/jetpack).
7
8Libraries in the `androidx` package provide functionality that extends the
9capabilities of the Android platform. These libraries, which ship separately
10from the Android OS, focus on improving the experience of developing apps
11through broad OS- and device-level compatibility, high-level abstractions to
12simplify and unify platform features, and other new features that target
13developer pain points.
14
AndroidX Core Team5fa61982023-01-13 10:43:41 -050015For frequently asked questions, see the
Ian Baker186108e2023-11-20 06:54:36 -080016[General FAQ](/docs/faq.md).
AndroidX Core Team99e9b372022-06-08 13:59:24 -070017
AndroidX Core Team5fa61982023-01-13 10:43:41 -050018To get started developing in AndroidX, see the
Ian Baker186108e2023-11-20 06:54:36 -080019[Getting started](/docs/onboarding.md) guide.
AndroidX Core Team99e9b372022-06-08 13:59:24 -070020
AndroidX Core Teamacd42b522023-03-01 12:35:49 -080021For information on library and API design, see the
Ian Baker186108e2023-11-20 06:54:36 -080022[Library API Guidelines](/docs/api_guidelines/index.md).
AndroidX Core Teamacd42b522023-03-01 12:35:49 -080023
AndroidX Core Team2e416b22020-12-03 22:58:07 +000024## Quick links
25
26### Filing an issue
27
28Have a bug or feature request? Please check our
AndroidX Core Team7df1a952024-01-02 07:31:54 -080029[public Issue Tracker component](http://issuetracker.google.com/issues?q=componentid:192731%2B)
AndroidX Core Team2e416b22020-12-03 22:58:07 +000030for duplicates first, then file against the appropriate sub-component according
AndroidX Core Team21ccf652022-04-01 14:53:07 +000031to the library package or infrastructure system. Learn more at
Ian Baker186108e2023-11-20 06:54:36 -080032[Issue tracking](/docs/onboarding.md#tracking-bugs).