Explore the Jetpack libraries by type

Select a category:





* Popular and often-used library

LibraryDescription
datastoreStore data asynchronously, consistently, and transactionally, overcoming some of the drawbacks of SharedPreferences
health.connectAllows developers to read or write user's health and fitness records.
paging *Load data in pages, and present it in a RecyclerView.
preferenceBuild interactive settings screens without needing to interact with device storage or manage the UI.
room *Create, store, and manage persistent data backed by a SQLite database.
sqliteWork with local SQLite databases. If possible, use Room instead.
work *Schedule and execute deferrable, constraint-based background tasks.