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  Google Delivers 5G Network Slicing Capabilities For Enterprises
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  Qualcomm And ZTE Achieve A World’s Fastest 5G Standalone mmWave Milestones To Deliver Next-Gen Wireless Fiber

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  Systems Thinking With Pivotal Act: A Tool For Every Software Project

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
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
Volvo Group: Confidently ahead at CES
View Post
  • Tech

Volvo Group: Confidently ahead at CES

  • January 8, 2025
LunaRing
View Post
  • Gears
  • Technology

Noise Unveils Next-Gen Wearables at CES 2025; Showcases Luna Ring Gen 2 and Noise ColorFit Pro 6 Series

  • January 7, 2025

Stay Connected!
LATEST
  • 1
    Just make it scale: An Aurora DSQL story
    • May 29, 2025
  • 2
    Reliance on US tech providers is making IT leaders skittish
    • May 28, 2025
  • Examine the 4 types of edge computing, with examples
    • May 28, 2025
  • AI and private cloud: 2 lessons from Dell Tech World 2025
    • May 28, 2025
  • 5
    TD Synnex named as UK distributor for Cohesity
    • May 28, 2025
  • Weigh these 6 enterprise advantages of storage as a service
    • May 28, 2025
  • 7
    Broadcom’s ‘harsh’ VMware contracts are costing customers up to 1,500% more
    • May 28, 2025
  • 8
    Pulsant targets partner diversity with new IaaS solution
    • May 23, 2025
  • 9
    Growing AI workloads are causing hybrid cloud headaches
    • May 23, 2025
  • Gemma 3n 10
    Announcing Gemma 3n preview: powerful, efficient, mobile-first AI
    • May 22, 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
    Cloud adoption isn’t all it’s cut out to be as enterprises report growing dissatisfaction
    • May 15, 2025
  • 2
    Hybrid cloud is complicated – Red Hat’s new AI assistant wants to solve that
    • May 20, 2025
  • 3
    Google is getting serious on cloud sovereignty
    • May 22, 2025
  • oracle-ibm 4
    Google Cloud and Philips Collaborate to Drive Consumer Marketing Innovation and Transform Digital Asset Management with AI
    • May 20, 2025
  • notta-ai-header 5
    Notta vs Fireflies: Which AI Transcription Tool Deserves Your Attention in 2025?
    • May 16, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.