Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android Jetpack Library - Android KTX

Android Jetpack Library - Android KTX

The Android Jetpack Library brings the existing Support Library and Architecture Components, and arranges them together into these four categories: Architecture, UI, Foundation, and Background.
And it comes with five new components:
-WorkManager alpha release
-Navigation alpha release
-Paging stable release
-Slices alpha release
-Android KTX (Kotlin Extensions) alpha release

Olayinka Peter Oluwafemi

June 30, 2018
Tweet

More Decks by Olayinka Peter Oluwafemi

Other Decks in Programming

Transcript

  1. -Support Library To solve the difficulty with backwards compatibility in

    Android development -Architecture Components To help manage application as data changes
  2. Android Jetpack comes with five new components: • WorkManager alpha

    release • Navigation alpha release • Paging stable release • Slices alpha release • Android KTX (Kotlin Extensions) alpha release
  3. Navigation - Handles Fragment complexities and Navigation, provides helpers for

    connecting Navigation into the appropriate UI widgets, and allows one to see and manage navigation properties visually.
  4. Paging - Makes it easy to load and present large

    data sets with fast, infinite scrolling in your RecyclerView.
  5. Slices - Surfaces an app's UI inside of the Google

    Assistant as a result of a search.
  6. Android KTX - Advantage of Kotlin language features that make

    development more productive. Android KTX lets you transform Kotlin code like this: Into code like this: