In this video I’ll show you the common mistakes people do when implementing nested scrolling in Jetpack Compose with LazyColumns.
Myne is a FOSS Android application to download ebooks from the Project GutenBerg, it uses GutenDex API to fetch metadata of ebooks in the backend. The name of the app is inspired...
Ever had a text that was sometimes too large to fit in its container on some devices? In this video I’ll show you how you can...
Animated circular download button made using Jetpack Compose, I build this animation without using any icons everything is drawn and animated from scratch with canvas.
This library offsers a custom Jetpack Compose layout that is backed by some physics engine. Currently it is powered by and tightly coupled with dyn4j. How to use Physics...
Customizable progress indicators on ios/mac/Web, circle, scaled circle, gooey (sticky) indicators and dot indicators written with Jetpack Compose.
When your Jetpack Compose UI isn’t running as smoothly as you’d like, you need to optimize something. In this video I’ll show you 3 ways to...
A small and simple, yet fully fledged and customizable navigation library for Jetpack Compose: Full type-safety Built-in state restoration Nested navigation with independent backstacks Own Lifecycle, ViewModelStore and...
YCharts is a light and extensible chart library for Jetpack Compose system. It comprises two main modules: YChartslib (Chart components for Jetpack Compose) app (sample app to showcase...
An Android library that offers dialogs & views for various use cases – build with Jetpack Compose. All of the dialogs & views are easy and...
Relay eliminates the need for tedious design specifications and lengthy feedback loops to refine details.
Animated infinite and finite LazyRow and LazyColumn with scale and color animations on scroll change based on how far they are to selector items. An elegant...
Text Flow library for Jetpack Compose. Allows to display a text which wraps around an image (or any other Composable). Text Flow Examples See Demo application...
Travel Booking, Android App Mock built on Jetpack Compose found on uplabs here.
A lightweight Compose Animation utility library to choreograph low-level Animation API through Kotlin DSL. It does the heavy lifting of dealing with coroutines under the hood so...
Landscapist is a Jetpack Compose image loading solution that fetches and displays network images with Glide, Coil, and Fresco. This library supports tracing image loading states, composing custom implementations, and...
It can be challenging for big teams to start adopting Compose, particularly because not everyone will start at same time or with the same patterns. Twitter...
A beautiful Fashion Store like Android App Mock built on Jetpack Compose with Compose navigation, Hilt, dark theme support and Google’s app architecture.
Features Great look and feel with lots of customization Customisable circular slider Customisable simple thumb Simple to Implement Attributes Attribute Description maxNum To provide maximum number...
I’m now using Jetpack Compose for over a year and used it in differently sized projects. In this video I will share my experience with it,...