6903 Repositories
Android kotlin-coroutines-android-example Libraries
Multiplatform kotlin string case conversion and detection library.
KaseFormat Multiplatform kotlin string case conversion and detection library. (Inspired by Guava's CaseFormat) Setup Declare repository Include the fo
Progress for Kotlin
#Progress Track progress for Kotlin Please refer to progress.komponents.nl for more information //private part val control = Progress.control() //pub
Some helpful kotlin coroutines manager classes and extensions CoroutinesManager
Kotlin Coroutines Manager Some helpful kotlin coroutines manager classes and extensions. You can turn every function into coroutine function with powe
Kotlin DSL for Junit5
Kupiter is Kotlin DSL for Junit5. Current API is only for dynamic tests. Get it repositories { maven { url 'https://jitpack.io' } } dependencies
Minimalistic and multiplatform logging for Kotlin
klog This project is not abandonned. It's just nothing to add. KLogging provides unified logging API, which you can use from Kotlin code targeted for
Retos semanales de la comunidad MoureDev para practicar Kotlin & Android
Code Weekly Challenge Kotlin/Android 2022 Proyecto de retos semanales de la comunidad MoureDev para practicar Kotlin y Android. Existen repositorios d
Automatic Blue Archive (Global) decensorer
Cunny Archive Automatic Blue Archive decensor patch Works with both Android 10+ (using scoped storage) and older Android versions (using legacy storag
An easy-to-use Android library that will help you to take screenshots of specif views of your app and save them to external storage (Including API 29 Q+ with Scope Storage)
🇺🇸 English | 🇧🇷 Português (pt-br) 🇺🇸 English: An easy to use Library that will help you to take screenshots 📸 of the views in your app Step 1.
light-weight KOtlin Dependency Injection (KODI)
KODI KOtlin Dependency Injection (KODI) This is simple and useful dependency injection framework for work with your regular projects. It use standart
A small wrapper for the Kotlin compiler that can be used to execute .kts scripts
KotlinW A small wrapper for the Kotlin compiler that can be used to execute .kts scripts inspired by gradlew and similar wrappers that download the ac
A JMock wrapper for Kotlin
K-Sera A JMock wrapper for Kotlin. KSeraExampleTests shows how to write a test. class KSeraExampleTests { // Create a mockery using the usual JMo
Asynchronous web framework for Kotlin. Create REST APIs in Kotlin easily with automatic Swagger/OpenAPI doc generation
Zeko Rest API Framework Zeko Rest API Framework is an asynchronous web framework written for Kotlin language. Create restful APIs in Kotlin easily wit
Precondition error checking for Kotlin
Kotlin Preconditions kotlin-preconditions will assist you in ensuring all of your invariants are met before an operation is executed. Usage kotlin-pre
LevelDB client for Kotlin and/or Java 8+
levelkt LevelDB client for Kotlin and/or Java 8+. Initially project aimed to provide an alternative API for fusesource/leveldbjni's JNI layer fixing s
Multiplatform Kotlin library to interact with the pastebin.com API.
KPastebin Multiplatform Kotlin library to interact with the pastebin.com API. Setup Add the lib to your project's dependencies: Groovy (replace $kpast
validator for kotlin json serialization
kvalidator Why use kvalidator? Readable and declarative validation rules. Error messages with multilingual support. Support platform: JVM Android Inst
A fast, Kotlin-native Markdown parser
Krakdown Krakdown is a markdown parser written in native Kotlin (no external dependencies). It is meant to be used either on the server side (running
GraphQL toolkit for Kotlin.
GraphQL Kotlin Toolkit A toolkit for GraphQL, specifically for Kotlin. This toolkit provides some useful tools that are compatible with graphql-java.
A Kotlin-based DSL for text adventures, with a partial replica of the classic Colossal Cave as an example.
AdventKT A Kotlin-based DSL for text adventures, with a partial replica of the classic Colossal Cave as an example. Background My main goal was playin
Naive one-pass recursive descent, scannerless parser framework for Kotlin
ParserKt ・ ・ ・ Introduction ParserKt is a naive one-pass recursive descent, scannerless parser framework for Kotlin (mainly JVM, compatible for JS) A
Kotlin implementation of Groovy Truth
Kotlin implementation of Groovy Truth #Example if("".isTrue()) //false if(" ".isTrue()) //false if("hello, world".isTrue()) //true Maven You mus
Easy PDF generation with HTML & CSS using Chromium or Google Chrome
fluid-pdf Easy PDF generation with HTML & CSS using Chromium or Google Chrome Installation build.gradle.kts: dependencies { implementation("io.fluids
Integrated code framework based on Kotlin, provides many useful extensions for standard library and some frameworks.
Integrated code framework based on Kotlin, provides many useful extensions for standard library and some frameworks.
ProgressDialog Library for Android
ProgressDialog A simple android library to show and hide a ProgressDialog. Gradle repositories { ... maven { url 'https://jitpack.io' } } dep
KoMock - Simple HTTP/Consul/SpringConfig http server framework written in Kotlin. Wiremock use cases
Komock Here is HTTP/Consul/SpringConfig mocker framework written in Kotlin. This tiny framework is very useful if you need to create REST based client
Lightweight logging library for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments.
Log4K Lightweight logging library for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments. Download Artifacts are publi
Type Extensions for Klaxon (Kotlin JSON library)
ext4klaxon Type Extensions for Klaxon (Kotlin JSON library) Current extensions: Long Int Enum Date Long Get Long, Double, Float, String as Int, withou
A powerful in-process event dispatcher based on Kotlin and Coroutines.
KEvent A powerful in-process event dispatcher based on Kotlin and Coroutines. Feature List Implement publish–subscribe pattern Tiny (52.8kb jar) and s
Test the shape of your functions!
🧪 This library is experimental! Its API is not stabilized yet, and writing tests is still a bit tedious. Use at your own risk. Looking forward to you
Kotlin extension library wrapping java.time API
KxjTime KxjTime is a micro library that provides a convenient way to create java.time API objects. Usage Simplify creation of various objects from jav
A JavaScript Object Notation library for Kotlin JVM.
Kotlin JSON Kotlin JSON is a lightweight, highly stylized JavaScript Object Notation (JSON) for The Kotlin Programming Language. Stylistic Kotlin JSON
A sample project to debunk common misbeliefs regarding the impact the Log4j vulnerabilities on Java Applications
Introduction This project intends to debunk two common misbeliefs regarding the
Domain-driven design using Kotlin
Domain-driven design using Kotlin This framework uses CQRS and ES patterns and i
A Simple Splash Screen For Kotlin
SolarSystem I have Completed the TASK-1: Made the splash screen TASK-2: Made a b
An Android app that pulls the credit score information from a given endpoint and displays the records as a donut view
ClearScoreTest This is an Android app that pulls the credit score information fr
An Android / Wear OS app built with Jetpack Compose to search for definitions of English words
EnglishDictionary A simple Android / Wear OS app built with Jetpack Compose to s
Hands-on experiments to demonstrate the exploitability of insecure TLS configurations in Android apps
Containerized Demo for Insecure TLS Certificate Checking in Android Overview Thi
A Kotlin/JVM Project Template with Gradle
kotlin-project-template A Kotlin/JVM Project Template with Gradle. Clone or npx
Learning Playground - Kotlin Coroutines
Coroutines Kotlin Playground Coroutines Learning Playground Colaborator Very ope
A solution to fix obfuscated Java services after ProGuard has run
ProGuard Service Mapper This is a service mapper for the ProGuard Java bytecode
A minimal notes application in Jetpack Compose with MVVM architecture. Built with components like DataStore, Coroutines, ViewModel, LiveData, Room, Navigation-Compose, Coil, koin etc.
Paper - A Minimal Notes App A minimal notes application in Jetpack Compose with MVVM architecture. Built with components like DataStore, Coroutines, V
A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.
AndroidEventBus This is an EventBus library for Android. It simplifies the communication between Activities, Fragments, Threads, Services, etc. and lo
Create an awesome About Page for your Android App in 2 minutes
Android About Page Create an awesome About Page for your Android App in 2 minutes This library allows to generate beautiful About Pages with less effo
Icons, Borders, Radius ... for Android buttons
⚠️ This library was made years ago when it wasn't that easy to customize Android buttons like today. I highly recommend you to use Material Design but
Scaloid makes your Android code easy to understand and maintain.
Simpler Android Scaloid is a library that simplifies your Android code. It makes your code easy to understand and maintain by leveraging Scala languag
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
Android Components Architecture in a Modular Word Android Components Architecture in a Modular Word is a sample project that presents modern, 2020 app
Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
Xamarin.Android Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#. Build Status Platform
Android library which makes playing with sensor events & detecting gestures a breeze.
Sensey Android library which makes playing with sensor events & detecting gestures a breeze. The library is built for simplicity and ease of use. It e
On-device wake word detection powered by deep learning.
Porcupine Made in Vancouver, Canada by Picovoice Porcupine is a highly-accurate and lightweight wake word engine. It enables building always-listening
Android Library for making animated tutorials inside your app
##SlidingTutorial Cleveroad introduces Sliding Tutorial Library for Android Hey guys, hope you haven’t started developing a tutorial for your Android
Open-source XMPP client for Android
Xabber - XMPP client for Android Open source Jabber (XMPP) client with multi-account support, clean and simple interface. Being both free (as in freed
A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs
Smack About Smack is an open-source, highly modular, easy to use, XMPP client library written in Java for Java SE compatible JVMs and Android. Being a
A modular and portable open source XMPP client library written in Java for Android and Java (SE) VMs
Smack About Smack is an open-source, highly modular, easy to use, XMPP client library written in Java for Java SE compatible JVMs and Android. Being a
Volley is an HTTP library that makes networking for Android apps easier and, most importantly, faster.
Volley Volley is an HTTP library that makes networking for Android apps easier and, most importantly, faster. For more information about Volley and ho
🚀 Native iOS- and Android- Apps with JavaScript
Titanium Welcome to the Titanium open source project. Titanium provides a mature platform for developers to build completely native cross-platform mob
Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
usb-serial-for-android This is a driver library for communication with Arduinos and other USB serial hardware on Android, using the Android USB Host M
Android Library to rapidly develop attractive and insightful charts in android applications.
williamchart Williamchart is an Android Library to rapidly implement attractive and insightful charts in android applications. Note: WilliamChart v3 h
Apache Cordova Android
Cordova Android Cordova Android is an Android application library that allows for Cordova-based projects to be built for the Android Platform. Cordova
MVP Android Example
androidmvp MVP Android Example used to explain how to use this pattern in our Android apps. This code was created to support an article explanation: A
NativeScript empowers you to access native platform APIs from JavaScript directly. Angular, Capacitor, Ionic, React, Svelte, Vue and you name it compatible.
NativeScript empowers you to access native APIs from JavaScript directly. The framework currently provides iOS and Android runtimes for rich mobile de
Android智能下拉刷新框架-SmartRefreshLayout
Android智能下拉刷新框架-SmartRefreshLayout English | 中文 SmartRefreshLayout以打造一个强大,稳定,成熟的下拉刷新框架为目标,并集成各种的炫酷、多样、实用、美观的Header和Footer。 正如名字所说,SmartRefreshLayout是一
Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
ijkplayer Platform Build Status Android iOS Video player based on ffplay Download Android: Gradle # required allprojects { repositories {
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Ionic Ionic is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a sin
AKotlin guess the word game in kotlin
GUESS THE WORD KOTLIN App Content appContent.mp4
Tkhwang advent of code kotlin template
tkhwang-advent-of-code-kotlin-template Welcome to the Advent of Code1 Kotlin pro
Android ConstraintLayout Assessment for kotlin
layouts Android ConstraintsLayout Assessment Initial Figma Design Completed Andr
Android Camper parking app written in kotlin for assignment 2 of Mobile App Development
Technical Report Splash view Application shows a splash screen when opened. The
Android jetpack compose swipe library
Swiper for Android Jetpack Compose Android Jetpack Compose swipe library. Downlo
Monads explained in Kotlin
Monads explained in Kotlin Monads, I don't know if you heard about them, if not
A Basic CRUD compose app with kotlin
e-Gym A basic Jetpack Compose CRUD app, developed just for study the technology,
WalletConnect Kit is the Swiss Army toolkit for WalletConnect!
WalletConnectKit WalletConnectKit is the Swiss Army toolkit for WalletConnect! It will allow you to connect your DApp with an Ethereum Wallet in a few
This project shows trending github repositories using MVI (Model View Intent) using kotlin flows and multi module clean architecture
GithubTrendingMVIFlow Build Architecture: This project shows trending github repositories using MVI (Model View Intent) using kotlin flows and multi m
NamelessnessR is a vpn hub that combines a number of vpn protocols to provide a hub to a single vpn powerful to protect your privacy only.
namelessnexR Design concept The Design concept is designed using adobe xd basing of different ideas but mainly Anxray, V2rayNG and NamelessnetX with N
A set of highly-opinionated, batteries-included gradle plugins to get you started building delicious multi-module Kotlin projects
Sourdough Gradle What is Sourdough Gradle? Sourdough is a set of highly opinionated gradle plugins that aim to act as the starter for your Kotlin proj
🎄 Advent of Code puzzles solved live on Twitch! 🎄
Kotlin-AOC-2021 Welcome to the Advent of Code1 Kotlin project created by Stuie using the Advent of Code Kotlin Template delivered by JetBrains. In thi
🎥 Android App using Kotlin, MVVM, ViewModel and LiveData, RxJava, Retrofit, REST API, OkHttp, Gson, Glide, Paging library and Material Design. In the app you can see a list of popular movies and additional info about every movie.
Movies 🎥 Android App using Kotlin, MVVM, ViewModel and LiveData, RxJava, Retrofit, REST API (https://www.themoviedb.org), OkHttp, Gson, Glide, Paging
Android Practice (1sem)
Lab6) 1.Залил 3 простых экрана заставка регистрация авторизация профиль Lab7) Изменил в прошлых экранах некоторые поля EditText с квадратного на кругл
Advent of Code 2021 🎄🎁
aoc-2021-in-kotlin Welcome to the Advent of Code1 Kotlin project created by pientaa using the Advent of Code Kotlin Template delivered by JetBrains. I
Dynamic Badge with customizable features as max number before displaying with +, color, shadow, border, corner radius, font properties and more written with Jetpack Compose
✏️📌 Dynamic Badge with customizable features as max number before displaying with +, color, shadow, border, corner radius, font properties and more written with Jetpack Compose. Displays numbers either in circle or rounded rectangle shape based on badge count and selected threshold to transform from circle to rounded rectangle.
Klutter: Flutter + Kotlin Multiplatform
Klutter Klutter is a framework and tool set which uses Flutter to create the frontend and Kotlin Multiplatform for the backend. The connective layer i
Simple dictionary, with simple caching
Dictionary Simple dictionary, with simple caching. If network requests are not a
btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Systrace
btrace README 中文版 btrace(AKA RheaTrace) is a high performance Android trace tool
Guess The Number With Kotlin
GUESS THE NUMBER KOTLIN App Content https://streamable.com/w6t0d4 App code (Main
Image Picker with Customizable UI for Android, Pick an image from Gallery
Image Picker A Image Picker Library for Android (Supports Android 12) with fully
This representation of Clean Architecture tries to stick to the recommendations of the philosophy as much as possible
Android Clean Architecture Google - Rebuilding our guide to app architecture Ple
Gradle plugins for easy start into kotlin
Starter gradle plugins for kotlin The aim The aim of this project is to create a
Connect nodemcu to android application
WifiController Use android application to connect esp8266 nodemcu.the purpose is
Be notified of new AndroidX (Jetpack) library versions and their changelog by GitHub notifications
Image credits: Android Developers This repository publishes release notes of And
The client app for Android
handl-service-provider-application “Service Booking Platform ” is an advanced pl
Simple app to read medium articles.
Nedium Read Medium articles freely without limits. Share your Medium article link and start reading. Or Download APK Notes testing intents (deep links
Course project of CS175, Practice on Android Application Development, Autumn 2021.
NaiveGator Qi Liu, Yunfan Qing, Yazhou Tang, and Yuncheng Yang. (Arranged alphabetically by last name initials.) Course project of CS175, Practice on
An easy-to-use text field validator for Kotlin & Jetpack compose.
validable Validating text fields when using jetpack compose can sometimes be challenging and verbose. Validable is an extensible library that allows y
TouchLockView is a screen touch locker when the user does not want to interact the screen wrongly.
TouchLockView TouchLockView is a screen touch locker when the user does not want to interact the screen wrongly. For example, while watching video. Lo
Zoomable and Draggable Graphs based-on Jetpack Compose. Supports Android & iOS, Web and Desktop.
compose-graphs Zoomable and Draggable Graphs based-on Jetpack Compose. Supports Android & iOS, Web and Desktop. Features Full customization of the var
Lock device and wipe data on panic trigger.
Wasted Lock device and wipe data on panic trigger. You can use PanicKit or send broadcast message with authentication code. On trigger, using Device A
8th CMC Team Limit, Lazybird.
Lazybird-Android 8th CMC Team Limit, Lazybird. - install : https://play.google.com/store/apps/details?id=com.limit.lazybird - Compile Android SDK : AP
Easy to use abstraction over Android packages install and uninstall functionality leveraging Kotlin coroutines (API 16+)
SimpleInstaller Overview SimpleInstaller is an Android library which provides easy to use abstraction over Android packages install and uninstall func
A simple calculator app made with kotlin.
UCalc A simple calculator app made with kotlin. This is a basic calculator app made from Kotlin, which supports all basic calculator functions. Screen
Курс "Разработка приложений для мобильных ОС" Мобильное приложение под Android (5.0+) "Камень-ножницы-бумага" на Kotlin
Лабораторная №2 по курсу "Разработка приложений для мобильных ОС" Продукт: Мобильное приложение Название: "Камень-ножницы-бумага" Устройства, на котор
Hello World to using ArCore with Filament.
hello_ar_filament Hello World to using ArCore with Filament. It detects plane, place a single object(bundled along as asset) on tap and transform it.