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...
Nuke provides an efficient way to download and display images in your app. It’s easy to learn and use. Its architecture enables many powerful features while...
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"...
This library was motivated and designed over the course of many episodes on Point-Free, a video series exploring functional programming and the Swift language, hosted by Brandon Williams and Stephen...
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...
An iOS and macOS app that demonstrates how different SwiftUI constructs and SwiftUI container views affect: the lifetime of @State the firing of events such as onAppear and onDisappear My...
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.
Toasts, alerts and popups library written with SwiftUI. Popup View Usage Add a binding bool to control popup presentation state Add .popup modifier to your view. struct ContentView:...
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....
Copilot for Xcode is an Xcode Source Editor Extension that provides Github Copilot support for Xcode. It uses the LSP provided through Copilot.vim. Thanks to LSP-copilot for showing the...
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...
It’s a great way to practice your problem-solving, keep your Kotlin skills sharp, compete, and learn from the fantastic community surrounding the event.
Delightful Swift snapshot testing. Usage Once installed, no additional configuration is required. You can import the SnapshotTesting module and call the assertSnapshot function. import SnapshotTesting import XCTest class MyViewControllerTests: XCTestCase { func...
This major new release brings significant performance improvements to all animations with an all-new rendering engine powered by Core Animation.
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...