Browsing Tag
jetpack-compose
10 posts
The Diffing Dilemma! All about diffing with LazyLists!
Photo by Dewang Gupta on Unsplash If we were to talk about creating lists in Android View System, it’s…
The Diffing Dilemma! All about diffing, from RecyclerView to LazyLists — An Introduction
Photo by Dewang Gupta on Unsplash The Diffing Dilemma! All about diffing, from RecyclerView to LazyLists — An Introduction This is…
Building a Speedometer with Compose Canvas API
The other day, while sitting in the back of a taxi, I noticed the speedometer and had the…
Bringing Kotlin to the Web
Posted by Vivek Sekhar, Product Manager This post describes early experimental work from JetBrains and Google. You can…
Jetpack Compose Buttons for Google Pay and Google Wallet
Posted by Stephen McDonald, Developer Programs Engineer We recently released a new Google Pay button view on Android…
Exploring Jetpack Compose for Android TV: Carousel
For the past few years, we’ve been getting to grips with Jetpack Compose and how we can use…
Effortlessly Add Pull-to-Refresh to Your Android App with Jetpack Compose
Up until recently, when using Jetpack Compose you needed to use the Swipe Refresh Accompanist library to implement…
A Foray into Relay
Source: Android Developers documentation In the first session of Android Dev Summit 2022, we heard about the newly…
Exploring Lazy Staggered Grids in Jetpack Compose
In version 1.3.0 of Jetpack Compose we see the addition of two sought after composables, the LazyVerticalStaggeredGrid and…
How to reuse data for previews in Jetpack Compose
Jetpack Compose is a newer UI toolkit to build wonder screens on android native. This toolkit simplifies and…