AndroidX Core Team | 2e416b2 | 2020-12-03 22:58:07 +0000 | [diff] [blame] | 1 | # What is Jetpack? |
| 2 | |
AndroidX Core Team | 5e2f269 | 2021-09-23 09:36:41 -0700 | [diff] [blame] | 3 |  |
| 4 | |
AndroidX Core Team | 99e9b37 | 2022-06-08 13:59:24 -0700 | [diff] [blame] | 5 | ## What is `androidx`? |
| 6 | |
| 7 | Artifacts within the `androidx` package comprise the libraries of |
| 8 | [Android Jetpack](https://developer.android.com/jetpack). |
| 9 | |
| 10 | Libraries in the `androidx` package provide functionality that extends the |
| 11 | capabilities of the Android platform. These libraries, which ship separately |
| 12 | from the Android OS, focus on improving the experience of developing apps |
| 13 | through broad OS- and device-level compatibility, high-level abstractions to |
| 14 | simplify and unify platform features, and other new features that target |
| 15 | developer pain points. |
| 16 | |
AndroidX Core Team | 5fa6198 | 2023-01-13 10:43:41 -0500 | [diff] [blame] | 17 | For frequently asked questions, see the |
| 18 | [General FAQ](/company/teams/androidx/faq.md). |
AndroidX Core Team | 99e9b37 | 2022-06-08 13:59:24 -0700 | [diff] [blame] | 19 | |
AndroidX Core Team | 5fa6198 | 2023-01-13 10:43:41 -0500 | [diff] [blame] | 20 | To get started developing in AndroidX, see the |
| 21 | [Getting started](/company/teams/androidx/onboarding.md) guide. |
AndroidX Core Team | 99e9b37 | 2022-06-08 13:59:24 -0700 | [diff] [blame] | 22 | |
AndroidX Core Team | acd42b52 | 2023-03-01 12:35:49 -0800 | [diff] [blame] | 23 | For information on library and API design, see the |
| 24 | [Library API Guidelines](/company/teams/androidx/api_guidelines/index.md). |
| 25 | |
AndroidX Core Team | 2e416b2 | 2020-12-03 22:58:07 +0000 | [diff] [blame] | 26 | ## Quick links |
| 27 | |
| 28 | ### Filing an issue |
| 29 | |
| 30 | Have a bug or feature request? Please check our |
| 31 | [public Issue Tracker component](http://issuetracker.google.com/issues/new?component=192731&template=842428) |
| 32 | for duplicates first, then file against the appropriate sub-component according |
AndroidX Core Team | 21ccf65 | 2022-04-01 14:53:07 +0000 | [diff] [blame] | 33 | to the library package or infrastructure system. Learn more at |
AndroidX Core Team | 5fa6198 | 2023-01-13 10:43:41 -0500 | [diff] [blame] | 34 | [Issue tracking](/company/teams/androidx/onboarding.md#tracking-bugs). |