πŸ‡¬πŸ‡§ Made in United Kingdom

Discover United Kingdom's Leading Open Source Projects: Explore top-notch open source initiatives hailing from the vibrant tech community of United Kingdom.

TOP Kotlin Projects

1
nickbutcher/plaid

nickbutcher/plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Kotlin
16,251
star
2
chrisbanes/cheesesquare

chrisbanes/cheesesquare

Demos the new Android Design library.
Kotlin
7,746
star
3
chrisbanes/tivi

chrisbanes/tivi

Tivi is a TV show tracking Android app, which connects to trakt.tv
Kotlin
6,342
star
4
PierfrancescoSoffritti/android-youtube-player

PierfrancescoSoffritti/android-youtube-player

YouTube Player library for Android and Chromecast, stable and customizable.
Kotlin
3,338
star
5
KieronQuinn/TapTap

KieronQuinn/TapTap

Port of the double tap on back of device feature from Android 12 to any Android 7.0+ device
Kotlin
3,015
star
6
http4k/http4k

http4k/http4k

The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
Kotlin
2,490
star
7
vmadalin/android-modular-architecture

vmadalin/android-modular-architecture

πŸ“š Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
Kotlin
2,374
star
8
arkivanov/Decompose

arkivanov/Decompose

Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
Kotlin
1,670
star
9
nickbutcher/AdaptiveIconPlayground

nickbutcher/AdaptiveIconPlayground

An Android app for experimenting with Adaptive Icons.
Kotlin
1,348
star
10
KieronQuinn/AmbientMusicMod

KieronQuinn/AmbientMusicMod

Port of Now Playing from Pixels to other Android devices
Kotlin
1,313
star
11
badoo/MVICore

badoo/MVICore

MVI framework with events, time-travel, and more
Kotlin
1,219
star
12
badoo/Reaktive

badoo/Reaktive

Kotlin multi-platform implementation of Reactive Extensions
Kotlin
1,155
star
13
chrisbanes/insetter

chrisbanes/insetter

Insetter is a library to help apps handle WindowInsets more easily
Kotlin
1,116
star
14
PortSwigger/turbo-intruder

PortSwigger/turbo-intruder

Turbo Intruder is a Burp Suite extension for sending large numbers of HTTP requests and analyzing the results.
Kotlin
1,112
star
15
guardian/toolargetool

guardian/toolargetool

A tool to help you debug TransactionTooLargeExceptions on Android 7+
Kotlin
932
star
16
GitLiveApp/firebase-kotlin-sdk

GitLiveApp/firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
Kotlin
906
star
17
ernestoyaquello/DragDropSwipeRecyclerview

ernestoyaquello/DragDropSwipeRecyclerview

Kotlin Android library that extends RecyclerView to support gestures like drag & drop and swipe, among others. It works with vertical, horizontal and grid lists.
Kotlin
896
star
18
fluttercommunity/flutter_downloader

fluttercommunity/flutter_downloader

Flutter Downloader - A plugin for creating and managing download tasks.
Kotlin
890
star
19
hitherejoe/ComposeAcademy-Playground

hitherejoe/ComposeAcademy-Playground

Playground project for the Jetpack Compose APIs
Kotlin
868
star
20
michaelbull/kotlin-result

michaelbull/kotlin-result

A multiplatform Result monad for modelling success or failure operations.
Kotlin
866
star
21
KieronQuinn/DarQ

KieronQuinn/DarQ

DarQ provides a per-app selectable force dark option for Android 10 and above
Kotlin
851
star
22
ismaeldivita/chip-navigation-bar

ismaeldivita/chip-navigation-bar

An android navigation bar widget
Kotlin
850
star
23
badoo/MVIKotlin

badoo/MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
Kotlin
824
star
24
badoo/Decompose

badoo/Decompose

Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.), inspired by Badoos RIBs fork of the Uber RIBs framework
Kotlin
817
star
25
dkandalov/live-plugin

dkandalov/live-plugin

IntelliJ plugin for writing IntelliJ plugins at runtime ⚑️
Kotlin
792
star
26
chrisbanes/haze

chrisbanes/haze

A blurring modifier for Compose Multiplatform / Jetpack Compose
Kotlin
776
star
27
mayokunadeniyi/Instant-Weather

mayokunadeniyi/Instant-Weather

An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger Hilt, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack.
Kotlin
748
star
28
zsoltk/compose-pokedex

zsoltk/compose-pokedex

Pokedex on Jetpack Compose
Kotlin
735
star
29
ferPrieto/SpaceX-prepare-for-Clean-Architecture-liftoff

ferPrieto/SpaceX-prepare-for-Clean-Architecture-liftoff

Clean Architecture Modular Project: MVVM + Jetpack Compose + Coroutines + Flows + Dagger2 + LiveData + UnitTests + UITests + Screenshot Tests + MockWebServer
Kotlin
683
star
30
arkivanov/MVIKotlin

arkivanov/MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel)
Kotlin
673
star
31
dkandalov/kotlin-99

dkandalov/kotlin-99

Ninety-Nine Problems in Kotlin
Kotlin
640
star
32
zsoltk/compose-router

zsoltk/compose-router

[DEPRECATED] Routing functionality for Jetpack Compose with back stack
Kotlin
638
star
33
dbaroncelli/D-KMP-sample

dbaroncelli/D-KMP-sample

D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
Kotlin
631
star
34
ben-gibson/GitLink

ben-gibson/GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
Kotlin
624
star
35
KieronQuinn/PixelLauncherMods

KieronQuinn/PixelLauncherMods

A root app that enables you to add a number of features to the stock Pixel Launcher, without needing Xposed
Kotlin
578
star
36
raharrison/kotlin-ktor-exposed-starter

raharrison/kotlin-ktor-exposed-starter

Starter RESTful service with websocket notifications using Kotlin, Ktor and Exposed with H2, HikariCP and FlyWay
Kotlin
566
star
37
PranavMaganti/compose-material-dialogs

PranavMaganti/compose-material-dialogs

A Material Dialog Builder for Jetpack Compose
Kotlin
562
star
38
blockchain/My-Wallet-V3-Android

blockchain/My-Wallet-V3-Android

Blockchain Android Wallet
Kotlin
554
star
39
haroldadmin/NetworkResponseAdapter

haroldadmin/NetworkResponseAdapter

Retrofit call adapter to model success/failed responses as sealed types
Kotlin
552
star
40
KieronQuinn/ClassicPowerMenu

KieronQuinn/ClassicPowerMenu

Power Menu Replacement for Android
Kotlin
508
star
41
rybalkinsd/kohttp

rybalkinsd/kohttp

Kotlin DSL http client
Kotlin
476
star
42
nordprojects/lantern

nordprojects/lantern

Transform any surface into mixed-reality using Raspberry Pi, a laser projector, and Android Things.
Kotlin
464
star
43
chrisbanes/snapper

chrisbanes/snapper

A snapping fling behavior for Jetpack Compose
Kotlin
458
star
44
PierfrancescoSoffritti/sliding-panel

PierfrancescoSoffritti/sliding-panel

Android sliding panel that is part of the view hierarchy, not above it.
Kotlin
445
star
45
alexstyl/contactstore

alexstyl/contactstore

A modern, strongly-typed contacts API for Android.
Kotlin
433
star
46
hitherejoe/minimise

hitherejoe/minimise

Minimise app built using kotlin multiplatform
Kotlin
427
star
47
alexstyl/RadiusTransition

alexstyl/RadiusTransition

Transition between a circle to a square. βšͺ️→ ⬜️
Kotlin
415
star
48
CaelumF/FigmaToCompose

CaelumF/FigmaToCompose

Plugin and backend to convert Figma designs to Jetpack Compose code
Kotlin
410
star
49
Chesire/Nekome

Chesire/Nekome

Nekome is an Android application to manage tracked Anime and Manga lists.
Kotlin
399
star
50
babylonhealth/orbit-mvi

babylonhealth/orbit-mvi

An MVI framework for Kotlin and Android
Kotlin
387
star
51
EranBoudjnah/CleanArchitectureForAndroid

EranBoudjnah/CleanArchitectureForAndroid

Clean Architecture for Android - a sample project
Kotlin
368
star
52
arkivanov/Essenty

arkivanov/Essenty

The most essential libraries for Kotlin Multiplatform development
Kotlin
353
star
53
BijoySingh/Scarlet-Notes

BijoySingh/Scarlet-Notes

[Discontinued and Unsupported Project] Simple yet powerful rich note taking android application, with a lot of flexibilty of usage
Kotlin
351
star
54
zeugma-solutions/locale-helper-android

zeugma-solutions/locale-helper-android

Change Language Programmatically in Android
Kotlin
341
star
55
npryce/hamkrest

npryce/hamkrest

Hamcrest for Kotlin
Kotlin
340
star
56
outofcoffee/imposter

outofcoffee/imposter

Scriptable, multipurpose mock server. Run standalone mock servers, or embed mocks within your tests.
Kotlin
335
star
57
riggaroo/ConstraintLayoutDemo

riggaroo/ConstraintLayoutDemo

Demo showing the possibilities of ConstraintLayout for the Mastering Android Layouts Workshop
Kotlin
323
star
58
marcellogalhardo/retained

marcellogalhardo/retained

[ACTIVE] A lightweight alternative to Android's ViewModels. The easiest way to retain instances in Activities, Fragments or Composables.
Kotlin
320
star
59
andyb129/31DaysOfKotlin

andyb129/31DaysOfKotlin

A summary of all the Kotlin tips from Google's Android Developer #31DaysofKotlin on Twitter πŸ’»
Kotlin
315
star
60
michaelbull/kotlin-retry

michaelbull/kotlin-retry

A higher-order function for retrying operations that may fail.
Kotlin
301
star
61
Reedyuk/blue-falcon

Reedyuk/blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
Kotlin
299
star
62
pdvrieze/xmlutil

pdvrieze/xmlutil

XML Serialization library for Kotlin
Kotlin
298
star
63
savvasdalkitsis/uhuruphotos-android

savvasdalkitsis/uhuruphotos-android

πŸ–ΌοΈA modern media gallery, with features like backup/sync, semantic search, media map, face recognition, memories and much more built using the latest Android technologies.
Kotlin
292
star
64
xdrop/night-owl-jetbrains

xdrop/night-owl-jetbrains

Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode πŸŒ“
Kotlin
289
star
65
emeraldpay/dshackle

emeraldpay/dshackle

Fault Tolerant Load Balancer for Ethereum and Bitcoin APIs
Kotlin
287
star
66
halilozercan/BetterVideoPlayer

halilozercan/BetterVideoPlayer

Video playback on Android, made better in Kotlin, wrapping around the stock MediaPlayer API.
Kotlin
286
star
67
pakoito/FunctionalAndroidReference

pakoito/FunctionalAndroidReference

Showcase project of Functional Reactive Programming on Android, using RxJava.
Kotlin
276
star
68
npryce/konfig

npryce/konfig

Simple config properties API for Kotlin
Kotlin
275
star
69
CookieJarApps/SmartCookieWeb

CookieJarApps/SmartCookieWeb

A secure, open source web browser for Android.
Kotlin
273
star
70
KieronQuinn/DiscoverKiller

KieronQuinn/DiscoverKiller

Xposed module to replace the Google Discover page with whatever you like
Kotlin
272
star
71
halilozercan/madewithcompose

halilozercan/madewithcompose

My compose experiments in one convenient location
Kotlin
271
star
72
PacktPublishing/Kotlin-Design-Patterns-and-Best-Practices

PacktPublishing/Kotlin-Design-Patterns-and-Best-Practices

Kotlin Design Patterns and Best Practices - Second Edition, published by Packt
Kotlin
263
star
73
georgeherby/flutter-snippets

georgeherby/flutter-snippets

An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.
Kotlin
263
star
74
theappbusiness/android-proxy-toggle

theappbusiness/android-proxy-toggle

Small application to help android developers to quickly enable and disable proxy settings
Kotlin
260
star
75
StylingAndroid/Rialto

StylingAndroid/Rialto

Kotlin
259
star
76
riggaroo/compose-playtime

riggaroo/compose-playtime

A repo with a bunch of Compose experiments
Kotlin
259
star
77
ShikaSD/compose-server-side

ShikaSD/compose-server-side

Experiment with server side rendering using compose and ktor
Kotlin
257
star
78
CookieJarApps/SmartCookieWeb-Preview

CookieJarApps/SmartCookieWeb-Preview

SmartCookieWeb, redesigned using GeckoView
Kotlin
254
star
79
QuickBlox/q-municate-android

QuickBlox/q-municate-android

Qmunicate Android chat application
Kotlin
251
star
80
securityfirst/Umbrella_android

securityfirst/Umbrella_android

Open source Android, iOS and Web app for learning about and managing digital and physical security. From how to send a secure message to dealing with a kidnap. Umbrella has best practice guides in over 40 topics in multiple languages. Used daily by people working in high risk countries - journalists, activists, diplomats, business travelers etc.
Kotlin
248
star
81
Auxilor/EcoEnchants

Auxilor/EcoEnchants

Custom Enchantments Plugin for the latest minecraft version
Kotlin
245
star
82
haroldadmin/WhatTheStack

haroldadmin/WhatTheStack

See a pretty error screen when your Android app crashes
Kotlin
244
star
83
chrisbanes/material3-windowsizeclass-multiplatform

chrisbanes/material3-windowsizeclass-multiplatform

Material 3 Window Size Class for Compose Multiplatform
Kotlin
243
star
84
just-ai/jaicf-kotlin

just-ai/jaicf-kotlin

Kotlin framework for conversational voice assistants and chatbots development
Kotlin
238
star
85
KryptonMC/Krypton

KryptonMC/Krypton

A fast, lightweight Minecraft server written in Kotlin
Kotlin
237
star
86
halilozercan/compose-schedule-calendar

halilozercan/compose-schedule-calendar

Demo app for a horizontal schedule(event) calendar
Kotlin
233
star
87
PacktPublishing/Android-UI-Development-with-Jetpack-Compose

PacktPublishing/Android-UI-Development-with-Jetpack-Compose

Android UI Development with Jetpack Compose, published by Packt
Kotlin
224
star
88
lordcodes/turtle

lordcodes/turtle

Run shell commands from Kotlin scripts, apps or Gradle tasks with ease.
Kotlin
223
star
89
lucanicoletti/HiddenSearchWithRecyclerView

lucanicoletti/HiddenSearchWithRecyclerView

Simple library to have a hidden/shown search bar
Kotlin
219
star
90
just-ai/aimybox-android-assistant

just-ai/aimybox-android-assistant

Embeddable custom voice assistant for Android applications
Kotlin
215
star
91
mikescamell/Loco-MotionLayout

mikescamell/Loco-MotionLayout

Demo app for the talk "Do the Loco-MotionLayout" presented at droidcon Italy, droidcon Boston, 360AnDev & droidcon London 2019 along with examples using MotionLayout
Kotlin
214
star
92
StylingAndroid/Prefekt

StylingAndroid/Prefekt

Kotlin
205
star
93
ataulm/material-design-components-showcase

ataulm/material-design-components-showcase

A glorified layout file to which you can apply your Android theme
Kotlin
204
star
94
markormesher/android-fab

markormesher/android-fab

Floating action button (FAB) for Android with speed-dial menu functionality
Kotlin
203
star
95
cbeuw/Cloak-android

cbeuw/Cloak-android

Android client of Cloak
Kotlin
203
star
96
specialprojects-experiments/paperphone

specialprojects-experiments/paperphone

Paper phone experimental android app
Kotlin
198
star
97
babylonhealth/certificate-transparency-android

babylonhealth/certificate-transparency-android

Certificate transparency for Android and Java
Kotlin
197
star
98
alexbezhan/Instagram-Clone-Kotlin

alexbezhan/Instagram-Clone-Kotlin

Source code for Instagram app - Youtube video series for making Kotlin clone app
Kotlin
195
star
99
acristescu/OnlineGo

acristescu/OnlineGo

Repo for the OnlineGo Android app.
Kotlin
195
star