Important Libraries Flashcards

Review the most important libraries in Android, based on Android Documentation

1
Q

Android Libraries:

Major Library Collections

(13)

A
  • AndroidX
    • (supersedes Android Support Library)
  • AndroidX Test
  • AndroidX Constraint Layout
  • Architecture Components
    • (These are the core app components)
  • Databinding Library
  • Jetpack Compose
  • Material Components
  • Constraint Layout Library
  • Android Wearable Library
  • Android Things Library
  • Play In-app Billing Library
  • Play Core Library(Java, Native, Unity)
  • Play Install Referrer Library
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Major Libraries:

AndroidX

Summary

A

Refactored versions of the Android APIS that are not bundled with the operating system

Supersedes the Android Support Library

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Major Libraries:

Architecture Components

Summary

A

Includes APIs for a variety of core app components,

such as

APIs that manage your UI component lifecycle, data persistence, view model, and more

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Major Libraries:

Databinding Library

Summary

A

Includes APIs to help you write declarative layouts

and minimize the “glue code” necessary to bind your application logic and layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Major Libraries:

AndroidX Test

Summary

A

Includes APIs for testing your Android app,

including

  • Espresso
  • JUnit Runner
  • JUnit4 Rules
  • UI Automator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Major Libraries:

AndroidX Constraint Layout

Summary

A

Includes “ConstraintLayout”

and related APIs for building constraint-based layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly