Android Jetpack Weekly #4

Kirill Rozov
1 min readAug 17, 2019

--

Review of the most interesting updates in Android Jetpack libraries

Update from AndroidX for the week August 12–18 2019 show us the next:

WorkManager

2.2.0 (compare to 2.1.0)

New version contanins only one changes — supports the use of GCMNetworkManager as a scheduler when Google Play Services is available for API levels <= 22.

This is an optional dependency that helps with more reliable and performant background processing on older API versions. If your app uses Google Play Services, add this dependency to your gradle file to automatically get GCMNetworkManager support.

RecyclerView

1.1.0-beta3 (compare to 1.1.0-beta2)

The next step for major release of RecyclerView was done:

  • Bugs fixing
  • Small API changes

Jetifier

1.1.0-beta6 (compare to 1.1.0-beta5)

  • Bugs fixing

If you now Russian and want to know more about Android development you can subscribe to Android Broadcast Telegram Channel

--

--

Kirill Rozov
Kirill Rozov

No responses yet