4282 Repositories
Android kotlin-app Libraries
Fluent assertions for Kotlin
Kiwi: Fluent assertions for Kotlin projects Kiwi is multiplatform projects written in pure Kotlin. Except testing it does not use external dependencie
Kotlin configuration library with batteries included
AutoKonfig Kotlin configuration library with batteries included. Website https://autokonfig.nohus.dev/ Features overview Support for JSON, HOCON and J
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
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
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
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
📚 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
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
Reapp is everything you need to build amazing apps with React: a collection of packages that work together, our UI kit, and a CLI that scaffolds your app and includes a server and build system.
What is it? Reapp is everything you need to build amazing apps with React: a collection of packages that work together, our UI kit, and a CLI that sca
AKotlin guess the word game in kotlin
GUESS THE WORD KOTLIN App Content appContent.mp4
This app shows you the latest news within the last two hours
News This app shows you the latest news within the last two hours. also it let's
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
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
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
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
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
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
RecyclerView with DiffUtil is a way to improve the performance of your app
RecylerViewSamples RecyclerView with DiffUtil is a way to improve the performanc
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
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
Generate QR codes using this app. Included to MSD ecosystem
QR Generator · Generate QR codes using this app. Installation Download apk Clone the repo using
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
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 по курсу "Разработка приложений для мобильных ОС" Продукт: Мобильное приложение Название: "Камень-ножницы-бумага" Устройства, на котор
A mobile application developed with the Kotlin programming language, containing the most up-to-date newspaper news.
NewsApp Api service used in the app - https://newsapi.org/ 🔨 Libraries used in the project : implementation "androidx.room:room-runtime:2.3.0" annot
The What.CD Android App
WhatAndroid An android app for What, includes everything you love about What as well as barcode scanning for quick music look ups. The app will work w
An unofficial Ximalaya FM client for Android entirely written using Kotlin language.
An unofficial Ximalaya FM client for Android entirely written using Kotlin language.
IRCCloud Android App
The official Android app for IRCCloud.com Chat on IRC from anywhere, and never miss a message. All your chats and logs are stored in the cloud. Access
This program will read from your android application string.xml file and generate translated strings.xml files in your preferred languages using google sheet.
Localize your application content This program will read from your application string.xml file and generate translated strings.xml files in your prefe
Detector de faces - Aplicativo android para detecção de rostos em imagens.
Detector de Faces Aplicativo android para detecção de rostos em imagens. Este aplicativo faz uso do ML Kit do Android. Principais funcionalidades Dest
A Simple Movie App Built With Kotlin and Themoviedb API
Movie api https://www.themoviedb.org/documentation/api main fragment detail frag
E-commerce android app using firebase and kotlin
RSHLN_App e-commerce android app using firebase and kotlin. Images -
Wallpaper and ringtone Application which allows user to set and download Wallpaper or ringtone
Wallpaper Wallpaper is a Wallpaper and ringtone Application which allows user to
An app that helps you create & remove WSA icon in the start menu
WSA Helper An application that allows you to manager WSA's icons in start menus
This folder contains the source code for the Words app codelab
Words App This folder contains the source code for the Words app codelab. Introd
Sector progress bar with kotlin
SectorProgressBar Sector progress bar You can visually see the use of this libra
A collection of katas either copied or ported from some amazing folks
Kotlin Refactoring Katas A collection of katas either copied or ported from some
An example concepts of MVVM and Kotlin. Display, Filter & Sort the given restaurants from assets with Jetpack Compose and AAC
Restaurants - Jetpack Compose An example concepts of MVVM and Kotlin. Display, F
Jetpack Compose SmartHome App With Kotlin
"# JetpackComposeSmartHome" Android jetpack compose Home screen Detail screen
Ulangi is a language flashcards app with spaced repetition system and more.
Ulangi Open-source language learning tools Introduction Ulangi makes it easy for you to manage and create flash cards to learn languages. It comes wit
Legacy Zulip Android app
Zulip for Android (legacy) Note: This project is deprecated in favor of our React Native app, which supports both iOS and Android. This is the legac
A flashcard app for Android.
ForgetMeNot ForgetMeNot is an Android app for memorizing information via flashcards. Simplicity, usability, speed were taken into account in the proce
Android application to teach Braille writing system. Inspired by stepik.org, Anki and Braille Tutor
Learn Braille Learn Braille is an Android application for teaching the tactile writing system created by Louis Braille. It is one of the few apps prim
The official NSITonline app - 'NSIT Connect' that aims to act as a companion app for NSIT students
NSIT Connect Download from Google Play NSIT Connect is the official NSITOnline app that aims to act as a companion app for the students of NSIT. The a
App for lesson 8 of the Android App Development in Kotlin course on Udacity
Connect to the Internet - Mars Real Estate This is the toy app for Lesson 8 of t
A Gallery app developed using kotlin and MVVM architecture with Coroutine
A Gallery app developed using kotlin and MVVM architecture Loading image from un
This is the official repository for the android app of Nimbus, the tech-fest of NIT Hamirpur
Nimbus This is the official Android Application of Technical Festival of NIT Hamirpur NIMBUS made by YOU 😄 . Screencast can be found at youtube. Goog
Desktop app build with compose UI
Desktop App POS UI desktop app build with compose ui
:iphone: Sahayak: An android app aimed to make a fun-filled educational tool for naives.
Winner at Microsoft Pragyan Hackathon 2015 Bangalore powered by Datawind and Exotel. Sahayak सीखो सिखाअो, पढ़ो पढ़ाअो, ङिजिटल इिॱङिया बनाअो ! An andro
Android Application for Taking Open Courses on the Stepik Platform
Stepik for Android Build Status: Code Coverage: Mobile application of Stepik. Store New version of Stepic App is now available on Google Play. Screens