developer.android.com/jetpack/andr...
developer.android.com/jetpack/andr...
developer.android.com/jetpack/andr...
developer.android.com/jetpack/andr...
I'm really fascinated by how the horizontal RecyclerView tracks the current category, depending on the current scroll position of the vertical RecyclerView.
The circular reveal and the CoordinatorLayout behavior is cherry on top! Super cool.
I'm really fascinated by how the horizontal RecyclerView tracks the current category, depending on the current scroll position of the vertical RecyclerView.
The circular reveal and the CoordinatorLayout behavior is cherry on top! Super cool.
Use that ViewCompositionStrategy for interop scenarios where you have ComposeViews inside a RecyclerView. That will ensure Composables are not disposed too early, so they can be properly recycled. Render frame times improve a lot.
Use that ViewCompositionStrategy for interop scenarios where you have ComposeViews inside a RecyclerView. That will ensure Composables are not disposed too early, so they can be properly recycled. Render frame times improve a lot.
Learn how to carry your RecyclerView optimization skills over to Jetpack Compose. Master keys, immutable models, text measuring, and nested prefetching for peak UI performance.
#hackernews #news
Learn how to carry your RecyclerView optimization skills over to Jetpack Compose. Master keys, immutable models, text measuring, and nested prefetching for peak UI performance.
#hackernews #news
- Always expose read-only collections to your UI, even if not using Compose: modifying a list held by a RecyclerView adapter will make your app crash anyway;
- Use StateFlow or distinctUntilChanged() to skip unnecessary recompositions of collections.
#AndroidDev
open.substack.com/pub/effectiv...
- Always expose read-only collections to your UI, even if not using Compose: modifying a list held by a RecyclerView adapter will make your app crash anyway;
- Use StateFlow or distinctUntilChanged() to skip unnecessary recompositions of collections.
#AndroidDev
Top-tier Android UX 👍 #androiddev
Top-tier Android UX 👍 #androiddev
1. Image input for Foundation Models.
2. Lazyness support for Layout protocol in SwiftUI.
3. RecyclerView or some sort of implicit view recycling in SwiftUI.
swiftwithmajid.com/2026/06/02/w...
1. Image input for Foundation Models.
2. Lazyness support for Layout protocol in SwiftUI.
3. RecyclerView or some sort of implicit view recycling in SwiftUI.
swiftwithmajid.com/2026/06/02/w...
- I attended class 7 of AND101 in CodePath. We learned about RecyclerView in android studio with Kotlin
- I continued following along with BroCode. I learned about generating random numbers in Java
#CodePath #BroCode #SoftwareDeveloper
- I attended class 7 of AND101 in CodePath. We learned about RecyclerView in android studio with Kotlin
- I continued following along with BroCode. I learned about generating random numbers in Java
#CodePath #BroCode #SoftwareDeveloper
#DevLokos #AndroidDev #MinecraftCoding #RecyclerView #CodingForGamers
#DevLokos #AndroidDev #MinecraftCoding #RecyclerView #CodingForGamers
developer.android.com/jetpack/andr...
developer.android.com/jetpack/andr...
CardSwipeLayout is a small Android UI library that recreates a “Tantan-style” stacked card swipe interaction using RecyclerView, a custom LayoutManager, and an ItemTouchHelper.Callback.
https://gitrated.com/yuqirong/CardSwipeLayout
CardSwipeLayout is a small Android UI library that recreates a “Tantan-style” stacked card swipe interaction using RecyclerView, a custom LayoutManager, and an ItemTouchHelper.Callback.
https://gitrated.com/yuqirong/CardSwipeLayout
https://stackoverflow.com/questions/79408563/how-can-i-create-a-dynamic-table
#java #android #android-recyclerview
Event Attributes
https://stackoverflow.com/questions/79408563/how-can-i-create-a-dynamic-table
#java #android #android-recyclerview
Event Attributes
But it’s perfectly fine if you see it differently. 😉
But it’s perfectly fine if you see it differently. 😉