Open Source Kotlin Software for Windows - Page 12

Kotlin Software for Windows

View 25718 business solutions

Browse free open source Kotlin Software for Windows and projects below. Use the toggles on the left to filter open source Kotlin Software for Windows by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Ostara

    Ostara

    Ostara is an admin app for Spring Boot applications

    Ostara is a modern desktop app for managing and monitoring Spring Boot applications with actuator API, similar to Spring Boot Admin. Our goal is to make the process more user-friendly and straightforward. With Ostara we wanted to create a tool that just works out of the box, without the need for anything besides a functioning Actuator API on the other end. Ostara allows you to gain insights into the performance and health of your applications by providing real-time data of metrics such as CPU and memory usage, app and system properties, beans and their dependencies, and much more. In addition the app allows you to perform actions on your applications like changing log levels and evict caches. Ostara is open source and free to use. We would greatly appreciate any feedback, recommendations and/or requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Paranoid

    Paranoid

    String obfuscator for Android applications.

    String obfuscator for Android applications. In order to make Paranoid work with your project you have to apply the Paranoid Gradle plugin to the project. Please notice that the Paranoid plugin must be applied after the Android plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Philology

    Philology

    An easy way to dynamically replace Strings of your Android App

    An easy way to dynamically replace Strings of your Android App or provide new languages Over-the-air without needing to publish a new release on Google Play. Android Resources provide us with an easy way to internationalize our App: a file with all the strings used by our App and a copy of it for every language the App is translated to. Android OS does the rest choosing the proper file depending on the device's language. These strings are hardcoded inside our App. If there's a typo or you find a better way to express something, a new version of the App needs to be deployed to include the newer translation. This is a slow process and a poor user experience. We all know users take their time to update an app (if they ever do so) and there's also the time Google Play takes to make a new version of an app available to all users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Progress Button Android

    Progress Button Android

    Android Progress Button

    Add progress to any button by few lines of code without layout changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Reactive MVVM

    Reactive MVVM

    My way to MVVM using KotlinX Coroutines and Android data-binding

    My way to MVVM using KotlinX Coroutines with Android data binding. Use MVVM using architecture components with to separate Android Framework with a clean architecture to my domain logic. Use Android Databinding with LiveData to glue ViewModel and Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Result

    Result

    The modelling for success/failure of operations in Kotlin and KMM

    This is a tiny framework for modeling the success/failure of operations in Kotlin. Result is to provide a higher abstraction of operation that can be ended with a result of either success or failure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RocketX

    RocketX

    Android compilation acceleration plug-in

    This plug-in automatically recognizes the unchanged module and replaces it with aar in the compilation process, so that only the currently modified module is compiled, and the compilation speed of Android apk is accelerated. Let you experience the speed that all modules are aar, and can keep all modules for easy modification, perfect! Dynamically identify the unchanged module and replace it with aar in the compilation process, only compile the changed module, and speed up the compilation speed of Android apk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RubberPicker

    RubberPicker

    Android Rubber Picker Library

    RubberPicker library contains the RubberSeekBar and RubberRangePicker, inspired by Cuberto's rubber-range-picker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ruler

    Ruler

    Gradle plugin which helps you analyze the size of your Android apps

    App size is an important metric which directly correlates with business metrics like install conversion rate. Measuring app size is straightforward, but knowing what contributes to it is not. Especially in bigger projects with hundreds or thousands of modules and third-party dependencies. Ruler provides a convenient way to find out how much each module and dependency contributes to the total size of your app by running a single Gradle task. First you need to add the Ruler Gradle plugin to the buildscript classpath in your top-level build.gradle file. When using app bundles, Google Play will generate optimized APKs for each device. This means that the size of an APK depends on the specifications of the device that's downloading it. You can configure which device specifications should be used for the analysis in the build.gradle of your application module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    RxKotlin

    RxKotlin

    RxJava bindings for Kotlin

    RxKotlin is a lightweight library that adds convenient extension functions to RxJava. You can use RxJava with Kotlin out-of-the-box, but Kotlin has language features (such as extension functions) that can streamline usage of RxJava even more. RxKotlin aims to conservatively collect these conveniences in one centralized library, and standardize conventions for using RxJava with Kotlin. Since Kotlin makes it easy to implement extensions for anything and everything, this project has to be conservative in what features are in scope. Intentions to create syntactic sugar can quickly regress into syntactic saccharin, and such personal preferences belong in one's internal domain rather than an OSS library. You can also use Gradle or Maven with JitPack to build directly off a snapshot, branch, or commit of this repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RxTool

    RxTool

    A collection of tools that Android developers have to collect

    A collection of tools that Android developers have to collect, Alipay payment, WeChat payment (unified order), WeChat sharing, Zip4j compression (supports sub-volume compression and encryption), Scanning and generation of codes and barcodes. Commonly used Dialog. WebView package can play video, Imitation betta fish sliding verification code. Toast package, Vibration, GPS, Color Picker, ArcGis, VTPK, Compile and run, maybe you will find surprises. The development process often requires the use of a variety of tool sets, although most of them can be found with just a click of Google/Baidu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sceneform Maintained SDK for Android

    Sceneform Maintained SDK for Android

    Sceneform Maintained is an ARCore Android SDK with Google Filament

    Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the Archived Sceneform. Android Augmented Reality library: AR Model Viewer, Augmented Images, Augmented Faces, Video, Depth, Cloud Anchors, Instant Placement, Light Estimation and much more in Kotlin and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Slazzer-Auto Image Background Remover

    Slazzer-Auto Image Background Remover

    Slazzer-Android can help to remove image background automatically

    Our online background remover instantly detects the subject from any photo and gives you a smooth & clear cutout. Now you can save an incredible amount of time as our AI is capable of handling hair, fur or any complex edges in just a few seconds. Install our desktop application to drag and drop 1000s of images at once. Click "Start" and watch as each image gets cut out automatically. Boost your efficiency and replace background from multiple images to get thousands of AI-powered cut outs for all your design needs. Looking to process millions of images? We've made it super easy to integrate our API into your project with just a few lines of code so you can remove bg at scale! We've also built plugins directly in the best design tools, programs, apps, and eCommerce platforms to improve your efficiency and workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Snippetory

    Snippetory

    Java templating solution with passive templates.

    Snippetory is a platform for java developers dealing with any text generation. The abstraction layer helps to keep the issues of the 'view' in the view, while all logic is implemented in java. Editing, debugging and testing, all with the tools one is already used to. The separation of template keeps the template simple, the logic compact, and easy to navigate, and offers completely new re-usage scenarios. Sourceforge code hosting is abandoned. Primary site is now https://gitlab.com/jproggy/Snippetory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SpaceX prepare for Clean Architecture

    SpaceX prepare for Clean Architecture

    Clean Architecture Modular Project: MVVM + Jetpack Compose

    The purpose of this project is to consolidate some of the learned insights throughout the years about the Clean Architecture principles and reflect those lessons on Android, taking advantage of the Kotlin programming language features too. This project summarises some of the general use cases and demands on a typical production project using: Jetpack Compose, Functional Programming, MVVM, Kotlin Coroutines, and Kotlin Flows (check the branches section for more information).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Spring Reactive Sample

    Spring Reactive Sample

    Spring 5 Reactive playground

    This is a sandbox project for demonstrating Reactive Streams support in the Spring framework and Spring ecosystem. I've also maintained a series of repos related to ReativeStreams and the latest Spring 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Stepper-Touch

    Stepper-Touch

    Stepper Touch for Android based on MaterialUp submission

    Stepper Touch for Android is based on a Material Up showcase designed by Oleg Frolov. In the latest version of the support library (25.3.0) a new class SpringAnimation was made available. I wanted to test this out and not long after that I found Stepper Touch, a concept made in FramerJS, on Material Up. I took this opportunity to play with SpringAnimations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    StickySwitch

    StickySwitch

    Beautiful switch widget with sticky animation

    StickySwitch library for Android. This library is a beautiful switch widget with sticky animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Strikt

    Strikt

    An assertion library for Kotlin

    Strikt is an assertion library for Kotlin intended for use with a test runner such as JUnit, Minutest, Spek, or KotlinTest. Strikt uses a fluent assertion style similar to AssertJ but leverages Kotlin's type system and extension functions rather than needing a complex hierarchy of assertion builder classes. Strikt is under development, but 100% usable. The API may change until version 1.0 is released. Any suggestions, issue reports, contributions, or feedback are very welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SuperSLiM

    SuperSLiM

    A layout manager for the RecyclerView

    A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TornadoFX

    TornadoFX

    Lightweight JavaFX Framework for Kotlin

    Oracle is intending to decouple JavaFX from the JDK. We will wait until the decoupled JavaFX is available and stable before upgrading TornadoFX to support it. As of now there is little value and significant effort involved in updating to JDK 9/10, while there will be an enormous value in updating to the decoupled version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Transitioner

    Transitioner

    A library for dynamic view-to-view transitions

    Transitioner provides easy, dynamic, and adjustable animations between two views with nested children.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Twitter's Jetpack Compose Rules

    Twitter's Jetpack Compose Rules

    Static checks to aid with a healthy adoption of Compose

    Twitter Compose Rules is a set of custom ktlint rules to ensure that your compostables don't fall into common pitfalls, that might be easy to miss in code reviews. It can be challenging for big teams to start adopting Compose, particularly because not everyone will start at the same time or with the same patterns. Twitter tried to ease the pain by creating a set of Compose static checks. Compose has lots of superpowers but also has a bunch of foot guns to be aware of as seen in this Twitter Thread. This is where our static checks come in. We want to detect as many potential issues as we can, as quickly as we can. In this case, we want an error to show prior to engineers having to review the code. Similar to other static check libraries we hope this leads to a "don't shoot the messengers" philosophy which will foster healthy Compose adoption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UDEX

    UDEX

    Secure and Decentralized Exchange + Wallet for Ethereum ERC20 tokens

    We believe that private property is untouchable and market access is unconditional. That is why we engineered a crypto exchange that is equally open to all, lives online forever and unconditionally protects your assets. It is fully peer-to-peer and works without any centrally managed servers. It can't be stopped, blocked or taken down. Such an approach enables the wallet to operate anywhere and remain censorship-resistant. Only the user is in control of the money. Wallet-to-wallet token trading is the most secure way to trade ERC20 tokens directly from your Ethereum wallet. Trading cryptocurrencies doesn't have to mean losing custody. Use UDEX to maintain control of your ERC20 tokens while trading directly from your wallet. Trade when you want, where you want, without a middleman.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    UndoRedoManager

    UndoRedoManager

    Lightweight library implementing an undo-redo system for Kotlin

    UndoRedoManager is a lightweight library inspired in Java Swing UndoManager for implementing an undo-redo system in Kotlin. The library allows transactions and individual actions, as well as setting a limit to the queue of the manager See Wiki for examples
    Downloads: 0 This Week
    Last Update:
    See Project