Google said it would continue to challenge the rulings from the Competition Commission of India. But he will continue to make changes to comply with the...
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...
In this video I’ll show you the 3 most common mistakes I see people do in clean architecture.
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...
A tiny http client for Kotlin/Android. Only 90 lines of code. This is wrapper around native HttpURLConnection. Get val request = HttpRequest( url = "https://httpbin.org/get", parameters = mapOf("name"...
Keyboard shortcuts are a useful way of quickly navigating around Android Studio and performing common actions. In many cases, using keyboard shortcuts is faster than using...
That's about 3 new apps every minute!
This project demonstrates WebRTC protocol to facilitate real-time video communications with Jetpack Compose. The purpose of this repository is to demonstrate below: Implementing entire UI elements for real-time...
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.
A lighweight android library that helps you focusing on your audio UI and manages independently media player under the hood. It’s built on top of jetpack...
Features Download videos and audio files from video platforms supported by yt-dlp (formerly youtube-dl). Embed metadata and video thumbnail into extracted audio files supported by mutagen....
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...
Stream Log is a lightweight and extensible logger library for Kotlin and Android. Why Stream Log? Stream Log originated from stream-chat-android, and it has already been verified by...
This is the official Android port of VLC. VLC on Android plays all the same files as the classical version of VLC, and features a media database for Audio...
Circuit is a simple, lightweight, and extensible framework for building Kotlin applications that’s Compose from the ground up. Compose Runtime vs. Compose UI Compose itself is...
Paparazzi – An Android library to render your application screens without a physical device or emulator. Paparazzi Plugin – IntelliJ iDEA/Android Studio plugin for Android projects...
Tired to use a camera in Jetpack Compose with interoperability? Then Camposer was made for you.
Jetpack Compose blur process library, which supports all Android versions. The `blur` modifier supports only Android 12 and higher, and `RenderScript` APIs are deprecated starting in...
The goal of this Template is to be our starting point for new projects, following the best development practices. It’s our interpretation and adaptation of the...