aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Gears
  • Mobile
  • Tech

Jetpack Compose: The Alpha Release!

  • aster.cloud
  • September 8, 2020
  • 4 minute read

Image for post

This UI topic deserves its own callout because Jetpack Compose IS THE FUTURE UI TOOLKIT FOR ANDROID. It’s pretty huge, folks. And it’s been out there to play around with for a while. But if you’re one of those developers that likes to hang back until things settle down a bit, then this might be a good time for you to tune in, check it out, and give us feedback.

It’s an Alpha release, so expect the API to still be in flux as the team hones the details heading toward Beta. But a lot of the fundamentals of the API and the programming model should be pretty set and solid now, and there’s a lot more content to learn from, so try it out and let us know how it works for you.


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

Some things to start, or continue, your Compose journey include the learning pathway for Jetpack Compose (which includes articles, videos, and codelabs), Leland Richardson’s Thinking in Compose video, several new code samples, and the Compose website with all kinds of links to more resources.

And if you want to know more of the back story and internal details of Compose, check out the ADB podcast we posted last week.

ConstraintLayout 2.0

This library has been used in alpha and beta forms for some time now, but it was finally time for it to grow up into a stable adult member of our society.

Sean McQuillan posted an article on the release on the release, which offers various features worth checking out, including:

Read More  Chrome’s Multitasking Usage Increases 18x On Large Screens
Image for post

Flow virtual layout, which is helpful for chaining several items together in a way that they can flow onto the next line when there is not enough space available in the container at runtime.

Layer, a helper which makes it easy to apply transformations to several views at once.

Image for post

MotionLayout, a subset of ConstraintLayout which enables rich UI transition animations. Android Studio now offers Motion Editor, a design tool for MotionLayout, simplifying the process for creating these powerful experiences. Check out Scott Swarthout’s article on the new Motion Editor tool in Studio and Sean’s new sample to get started.

11 Weeks of Android… DONE!

Image for post

We finished off 11 Weeks of Android last week with tons of content about UI. Here’s how to find out more about the Games and UI topics covered since the last episode of Now in Android:

Image for post

Week 10: Games, Media & 5G

This week covered wide-ranging content in media controls, using new 5G capabilities, and a bunch of information about game development. To check out what happened, start with the wrap-up blog and the learning pathway. Also, check out the video playlist to see the videos that were posted, and tune into Daniel Galpin’s Android Game Dev Show for the latest videos on gaming technology for Android.

Image for post

Week 11: UI

UI was the final topic for the 11 Weeks series, and it was a doozy. There was a *lot* of great content covering everything from keyboard animation to Material Design Components, finally culminating in the launch of Jetpack Compose alpha (see the first item above). Read the wrap-up blog for all of the details and links, follow the Modern UI pathway to step through some great articles, videos, and codelabs, check out the video playlist for the week, and see above for more specifics about Jetpack Compose.

Read More  5 Play Console Updates To Help You Understand Your App's Delivery Performance

Next week: Nothing! We’re done. I think everyone is pausing for breath.

Android 11 Meetups… DONE!

Image for post

It has been a time for finishing things (something not often seen in software development): First, we finished #11WeeksOfAndroid last week, and now we bring the Summer’s online event series, Android 11 Meetups, to a close.

It’s been a fun-filled international series, with events happening all over the world in at least, at last count, 57 different locations. If you didn’t get a chance to attend any live, many of the recordings are posted on the Android 11 Meetups site.

Thanks to everyone who participated, from the community organizers to the speakers who gave talks and stuck around for live Q&A, to the many thousands of you who attended the talks and learned about what’s happening in the world of Android development.

AndroidX Releases

As usual, there were several Android libraries released in various versions recently. Most of these were alphas and betas of various stages of development. A few notable releases to check out include:

  • Concurrent 1.1.0: This library simplifies converting from ListenableFuture to Kotlin coroutines.
  • Webkit 1.3.0: This new version enables ForceDarkStrategy, the WebMessageListener API, and checking whether WebView is running in multi-process mode.
  • ConstraintLayout 2.0.0: This release has a bunch of exciting new features like MotionLayout, which I already talked about above.
  • Security-Identity-Credential 1.0.0-alpha01: This new library provides access to the new credential APIs in Android 11, with a keystore-backed implementation for older releases back to API 24.

Articles & Videos

Structural Class Redefinition

Alex Light wrote an interesting article about how the ART team added the ability to JVM TI (Java Virtual Machine Tool Interface) to be able to change a class’s structure at runtime, including adding methods and fields. This change allows Android Studio’s Apply Changes feature (the faster way to build and install your app… depending on what code and resource changes you’ve made) to be usable in many more situations.

Read More  Jetpack Compose — When Should I Use DerivedStateOf?

Motion Tags… the Video Series

The Android Studio team started a new series of videos called Motion Tags, detailing the tags you use with MotionLayout to create rich layout animations. They’ve posted four episodes so far; check out the playlist and stay tuned for more.


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • 11 Weeks of Android
  • 5G
  • Android
  • AndroidX
  • ConstraintLayout
  • Jetpack
  • Medium
  • MotionLayout
  • UI
You May Also Like
View Post
  • Gears

A Father’s Day Gift for Every Pop and Papa

  • June 13, 2025
View Post
  • Gears

The Summer Adventures : Hiking and Nature Walks Essentials

  • June 2, 2025
Getting things done makes her feel amazing
View Post
  • Computing
  • Data
  • Featured
  • Learning
  • Tech
  • Technology

Nurturing Minds in the Digital Revolution

  • April 25, 2025
PiPiPi
View Post
  • Gears

The Unexpected Pi-Fect Deals This March 14

  • March 13, 2025
Nintendo Switch Deals on Amazon
View Post
  • Gears

10 Physical Nintendo Switch Game Deals on MAR10 Day!

  • March 9, 2025
View Post
  • Tech

Deep dive into AI with Google Cloud’s global generative AI roadshow

  • February 18, 2025
View Post
  • Gears

Top Presidents’ Day Deals 2025 on Amazon

  • February 16, 2025
Valentine's Day
View Post
  • Gears

Best Valentine’s Day Gifts That Will ‘Heart’ly Disappoint You.

  • January 30, 2025

Stay Connected!
LATEST
  • What is cloud bursting?
    • June 18, 2025
  • What is confidential computing?
    • June 17, 2025
  • Oracle adds xAI Grok models to OCI
    • June 17, 2025
  • Fine-tune your storage-as-a-service approach
    • June 16, 2025
  • 5
    Advanced audio dialog and generation with Gemini 2.5
    • June 15, 2025
  • 6
    A Father’s Day Gift for Every Pop and Papa
    • June 13, 2025
  • 7
    Global cloud spending might be booming, but AWS is trailing Microsoft and Google
    • June 13, 2025
  • Google Cloud, Cloudflare struck by widespread outages
    • June 12, 2025
  • What is PC as a service (PCaaS)?
    • June 12, 2025
  • 10
    Apple services deliver powerful features and intelligent updates to users this autumn
    • June 11, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    Crayon targets mid-market gains with expanded Google Cloud partnership
    • June 10, 2025
  • By the numbers: Use AI to fill the IT skills gap
    • June 11, 2025
  • 3
    Apple supercharges its tools and technologies for developers to foster creativity, innovation, and design
    • June 9, 2025
  • Apple-WWDC25-Apple-Intelligence-hero-250609 4
    Apple Intelligence gets even more powerful with new capabilities across Apple devices
    • June 9, 2025
  • Apple-WWDC25-Liquid-Glass-hero-250609_big.jpg.large_2x 5
    Apple introduces a delightful and elegant new software design
    • June 9, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.