Chapters

Hide chapters

Jetpack Compose by Tutorials

Second Edition · Android 13 · Kotlin 1.7 · Android Studio Dolphin

Section VI: Appendices

Section 6: 1 chapter
Show chapters Hide chapters

17. Keeping up to Date With Jetpack Compose
Written by Prateek Prasad

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Jetpack Compose is still a relatively new technology, so developers must stay up to date with the latest development, new feature announcements and best practices.

So far in this book, you learned how to build apps using Jetpack Compose. In this chapter, you will learn about some strategies and resources you can use to stay on top of the latest and greatest in the Jetpack Compose ecosystem.

Official Sources

Jetpack Compose Documentation

The best and most reliable resource to learn about Jetpack Compose and to get all the new updates are the channels from Google.

Accompanist

Google also provides a public repository on GitHub called Accompanist. Accompanist provides supplementary APIs for Compose that are considered experimental. Experimental means the API isn’t regarded as final and is being changed depending on feedback from the developer community.

Android Developers Blog

Another great resource to keep on your reading list is the Android Developers blog on Medium.

Android Developers YouTube Channel

The Android Developers YouTube channel should be on your YouTube subscriptions if you like consuming video content over blog posts.

Android Developers Backstage Podcast

If you have been writing Android apps for a while, you are no stranger to the Android Developers Backstage podcast.

Jetpack Compose Sample Apps

If you like jumping straight into code and getting your hands dirty with the latest and most cutting-edge stuff, then the official sample apps repository is the place to go.

Community Resources

Jetpack Compose has a large thriving community behind it. So aside from resources offered by Google, several resources within the community are worth keeping track of.

Conferences and Meetups

Considering how new Jetpack Compose is, there is an ocean of content available online by experts for you to consume. Most flagship android conferences have been dominated by Jetpack Compose-related content.

Twitter

The last resource on this list is, of course, Twitter. Developers worldwide are building cool things with Jetpack Compose and sharing them publicly.

Platforms of the Future

Jetpack Compose has gained a lot of traction in the android community and with JetBrains working on their fork of Compose i.e. JetBrains Compose, it is expected that Compose will be supported on a variety of platforms, including desktop and web, as well as other new emerging platforms.

Jetpack Compose on WearOS

The APIs to use Compose on WearOS are very similar to their mobile counterparts. There are however some key differences to be aware of.

Compose for Desktop

JetBrains has published their artifacts to use Compose APIs to build desktop applications. A lot of the knowledge from Jetpack Compose will carry over to the desktop platform.

Compose Multiplatform

Compose is also gaining traction on Web, Linux, Windows and other emerging platforms with the artifacts being available for the same.

Key Points

  • Jetpack Compose is rapidly evolving so its important to stay up to date.
  • Google offers several helpful resources in various formats for you to consume.
  • There is an active community behind Jetpack Compose.
  • You can also learn more about new developments in Jetpack Compose through community initiatives like events, meet-ups, and social media.
  • Compose is actively being ported to other platforms like WearOS, Desktop, Web etc.
Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.

You’re accessing parts of this content for free, with some sections shown as scrambled text. Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now