Pinned Repositories
molecule
Build a StateFlow stream using Jetpack Compose
redwood
Multiplatform reactive UI for Android, iOS, and web using Kotlin and Jetpack Compose
turbine
A testing library for kotlinx.coroutines Flow
zipline
Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs
butterknife
Bind Android views and callbacks to fields and methods.
mosaic
Build terminal UI in Kotlin using Jetpack Compose
RxBinding
RxJava binding APIs for Android's UI widgets.
timber
A logger with a small, extensible API which provides utility on top of Android's normal Log class.
ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
retrofit
A type-safe HTTP client for Android and the JVM
JakeWharton's Repositories
JakeWharton/ThreeTenABP
An adaptation of the JSR-310 backport for Android.
JakeWharton/RxRelay
RxJava types that are both an Observable and a Consumer.
JakeWharton/mosaic
Build terminal UI in Kotlin using Jetpack Compose
JakeWharton/diffuse
Diffuse is a tool for diffing APKs, AABs, AARs, and JARs
JakeWharton/ProcessPhoenix
Process Phoenix facilitates restarting your application process.
JakeWharton/picnic
A Kotlin DSL and Java/Kotlin builder API for constructing HTML-like tables which can be rendered to text
JakeWharton/dependency-tree-diff
An intelligent diff tool for the output of Gradle's dependencies task
JakeWharton/flip-tables
Because pretty-printing text tables in Java should be easy.
JakeWharton/okhttp-idling-resource
An Espresso IdlingResource for OkHttp.
JakeWharton/cite
A Kotlin compiler plugin for embedding information about the file being compiled
JakeWharton/dependency-watch
Script to wait for an artifact to appear in a Maven repository or to monitor coordinates for new versions.
JakeWharton/confundus
Kotlin compiler plugin which brings Kotlin/JS's unsafeCast to Kotlin/JVM
JakeWharton/byteunits
Utility classes for converting between granularities of SI and IEC byte units and bit units.
JakeWharton/shimo
Shimo is an adapter for Moshi which randomizes the order of keys when serializing and deserializing
JakeWharton/crossword
A 2D canvas for rendering text, usually for console applications.
JakeWharton/dalvik-dx
A standalone packaging of AOSP's platform/dalvik dx library.
JakeWharton/kmp-missing-targets
Gradle plugin which identifies multiplatform targets you should be supporting
JakeWharton/jakewharton.com
Personal website and blog.
JakeWharton/singular-solution
Keep your Twitter follower count at zero by blocking and then quickly unblocking any new followers
JakeWharton/platform-collections
Kotlin multiplatform collections which use platform-optimized storage
JakeWharton/PosterBox
Rotating display of Movie and TV posters
JakeWharton/finalization-hook
Run a "hook" lambda after a block of code regardless of whether the block succeeds, fails, or the application is killed.
JakeWharton/composeui-lightswitch
Compose UI for the Orvibo MixPad D1
JakeWharton/uniqtoo
A version of `sort | uniq -c` with output that updates in real-time as each line is parsed
JakeWharton/dumbo
Import a Twitter archive into a Mastodon database.
JakeWharton/video-swatch
Extract a per-frame color from video and render to an image
JakeWharton/SaveArchived4Pocket
Add articles you've already read directly into Pocket's archive
JakeWharton/dotfiles
🏠
JakeWharton/hardcover-data-sync
Script to sync all user data from Hardcover to a local directory
JakeWharton/assertk-migrator
Migrate your repo from kotlin.test and Truth assertions to AssertK automatically