Open Source Kotlin Software - Page 14

Kotlin Software

Kotlin Clear Filters

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

  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 1
    Emoji

    Emoji

    A library to add Emoji support to your Android / JVM Application

    A Kotlin Multiplatform library to add Emoji support to your Android App / JVM Backend. Check out the sample jvm module for text parsing/searching functionality. PopupWindow which overlays over the soft keyboard. Normal view which is used by EmojiPopup and can also be used as a standalone to select emojis via categories. The library has 4 different sprites providers to choose from (iOS, Google, Facebook & Twitter). The emoji's are packaged as pictures and loaded at runtime. If you want to use a Font provider, check out Google Compat. For convenience, there's also a EmojiLayoutFactory, which can be used to get automatic Emoji support when using normal Android Views such as TextView, Checkbox, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ExpandableBottomBar

    ExpandableBottomBar

    A new way to implement navigation in your app

    A new way to improve navigation in your app. Its really easy integrate to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ExpandableLayout

    ExpandableLayout

    An expandable layout that shows a two-level layout with an indicator

    An expandable layout that shows a two-level layout with an indicator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Expenso

    Expenso

    Demonstrate the use of modern android architecture component

    A Simple Expense Tracker App built to demonstrate the use of modern android architecture components with MVVM Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 5
    Extra Twitch Tools

    Extra Twitch Tools

    Simple tool to check your Twitch Followage and more!

    This is powerful app, that helps you doing difficult things in one click. You don't need to have Twitch's Account to use this app (expect chat). Thanks to the: https://community.nightdev.com/u/xgerhard [Followage Script] https://streamdj.ru/ [StreamDJ] https://streamerbans.com/ [Check channel for Bans] https://twitchemotes.com/ [Twitch Emotes Stats] https://streamelements.com/ [Chat Stats] Source Code can be found here: http://mdts-forum.rf.gd/showthread.php?tid=19 (sorry it's currently only for russian-speaking community)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FABRevealMenu

    FABRevealMenu

    A general purpose Android UI library to show a user show menu

    A simple general-purpose UI library to create a custom user-defied menu in a modern way with your favorite Floating action button. It incorporates a lollipop circular reveal view with cool animations somewhat inspired by Google Material Design guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FXGLGames

    FXGLGames

    This repo contains sample games built with FXGL

    This repo contains sample games built with FXGL Game Library. Each game focuses on one or two aspects of FXGL, e.g. Drop focuses on bare minimums, Pac-man focuses on AI, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Face detector

    Face detector

    A real-time face detection Android library

    Face detector is a face detection Android library which can be easily plugged into any camera API (given it provides a way to process its frames). Face detector is built on top of MLKit's face detection API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fancy ShowCase

    Fancy ShowCase

    Easy-to-use customisable show case view with circular reveal animation

    An easy-to-use customizable show case view with circular reveal animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10
    Fast Binary Encoding (FBE)

    Fast Binary Encoding (FBE)

    Fast Binary Encoding is fast and universal serialization solution

    Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, and Swift. Fast Binary Encoding allows to description of any domain models, business objects, complex data structures, client/server requests & responses and generate native code for different programming languages and platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FastAdapter

    FastAdapter

    The bullet proof, fast and easy to use adapter library

    The FastAdapter is here to simplify creating adapters for RecyclerViews. Don't worry about the adapter anymore. Just write the logic for how your view/item should look like, and you are done. It's blazing fast, minimizing the code you need to write, and is easy to extend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FlexboxLayout

    FlexboxLayout

    Flexbox for Android

    FlexboxLayout is a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android. Starting from 1.1.0, the library is expected to use with AndroidX. You should migrate to AndroidX if you use 1.1.0 or above. There are two ways of using Flexbox in your layout. The first one is FlexboxLayout that extends the ViewGroup like LinearLayout and RelativeLayout. You can specify the attributes from a layout XML. The second one is FlexboxLayoutManager that can be used within RecyclerView. The advantage of using FlexboxLayoutManager is that it recycles the views that go off the screen for reuse for the views that are appearing as the user scrolls instead of inflating every individual view, which consumes much less memory especially when the number of items contained in the Flexbox container is large.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FlowBinding

    FlowBinding

    Kotlin Coroutines Flow binding APIs for Android's platform

    Kotlin Flow binding APIs for Android’s platform and unbundled UI widgets, inspired by RxBinding. Flow is (conceptually) a reactive stream implementation provided by the Kotlinx-coroutines-core artifact. FlowBinding offers an extensive set of extension functions that turn traditional callbacks/listeners on Android UI widgets into the Flow type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FlowRedux

    FlowRedux

    Kotlin Multiplatform Statemachine library with nice DSL based on Flow

    Building async. running Kotlin Multiplatform state machine made easy with a DSL and coroutines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FlutterJsonBeanFactory

    FlutterJsonBeanFactory

    What I do is generate dart beans based on json

    Hi,Welcome to come to see me! What I do is generate dart beans based on json, as well as generics parameters and json build instances.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Foodium

    Foodium

    Foodium is a sample food blog Android application

    Foodium is a sample food blog Android application built to demonstrate the use of Modern Android development tools. Dedicated to all Android Developers. It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Free SLOC

    Free SLOC

    Free SLOC counts physical lines of code (SLOC) for many languages

    Free SLOC is a lightweight application for counting physical lines of code (NOT logical lines of code 'LLOC') for many format files, as Java, Python, C, C++, HTML,..., as well as comment lines, blank lines and delimiter lines. Use GUI or console mode (type -h in command line to see options). Use double-click right button in tree to open folder or see source file. Source code in Files tab (Kotlin)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fuel

    Fuel

    The easiest HTTP networking library for Kotlin/Android

    Fuel is the easiest HTTP networking library for Kotlin/Android. We offer maven and jitpack installations. Maven via bintray only has stable releases but jitpack can be used to build any branch, commit and version. Have patience when updating the version of fuel or building for the first time as jitpack will build it, and this may cause the request to jitpack to time out. Wait a few minutes and try again (or check the status on jitpack). Fuel requests can be made on the Fuel namespace object, any FuelManager or using one of the String extension methods. If you specify a callback the call is async, if you don't it's blocking. Fuel and the extension methods use the FuelManager.instance under the hood. You can use this FuelManager to change the default behavior of all requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GITAMite
    App for gitamites to view their college info. Basically a lite version for the university's student website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GKD

    GKD

    An Android APP with custom screen tapping based on Accessibility

    GKD (Global Key Dispatch) is an open-source Android automation tool focused on intercepting and simulating key events and touch actions across apps. It is primarily designed for advanced Android users to create custom scripts and automate in-app behavior without root, using accessibility services. GKD supports extensive customization for gaming, UI automation, and repetitive task simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Gamedge

    Gamedge

    An Android application for browsing video games

    An Android application for browsing video games and checking the latest gaming news from around the world. Built entirely using the Jetpack Compose. The aim of this project is to showcase the latest trends in Android development by utilizing the best practices, libraries, and tools to develop a fully-fledged Android application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ganita Bingya

    Ganita Bingya

    Odia Math Learning App for Students

    ମୁଖ୍ୟ ବୈଶିଷ୍ଟ୍ୟ: ଚାରୋଟି ମୌଳିକ ପ୍ରକ୍ରିୟା: ମିଶାଣ (+), ଫେଡ଼ାଣ (-), ଗୁଣନ (×), ଏବଂ ହରଣ (÷) ଏବଂ ସମୀକରଣ ଖୋଜ ଅଭ୍ୟାସ କରନ୍ତୁ। ପଣିକିଆ: ୨କ ଠାରୁ ୨୫କ ପଣିକିଆ ଶିଖନ୍ତୁ, ପ୍ରଥମେ ସାଙ୍ଖ୍ୟିକ ରୂପରେ (ଯେପରି: ୨ × ୧ = ୨) ପଣିକିଆ ଦେଖନ୍ତୁ । ସଙ୍ଖ୍ୟା ବିଭାଗ: ବର୍ତ୍ତମାନ ଆପଣ ୧ ରୁ ୧୦୦ ପର୍ଯ୍ୟନ୍ତ ସମସ୍ତ ସଙ୍ଖ୍ୟାକୁ ତାହାର ଓଡ଼ିଆ ନାମ ସହିତ ଶିଖିପାରିବେ (ଯେପରି: ୧ - ଏକ) । ଆକର୍ଷଣୀୟ ଇଣ୍ଟରଫେସ୍: ସରଳ ଏବଂ ସୁନ୍ଦର UI ଯାହା ବ୍ୟବହାର କରିବାକୁ ସହଜ। ଇଣ୍ଟରାକ୍ଟିଭ୍ ଶିକ୍ଷା: ପ୍ରଶ୍ନର ତୁରନ୍ତ ଉତ୍ତର ଏବଂ ଫଳାଫଳ ପାଆନ୍ତୁ। ଆଧୁନିକ ଟେକ୍ନୋଲୋଜି: 100% କୋଟଲିନ୍ ଏବଂ ଜେଟପ୍ୟାକ୍ କମ୍ପୋଜ୍ ସହିତ ନିର୍ମିତ। ଅଫଲାଇନ୍: ଇଣ୍ଟରନେଟ୍ ବିନା ଯେକୌଣସି ସ୍ଥାନରେ, ଯେକୌଣସି ସମୟରେ ଅଭ୍ୟାସ କରନ୍ତୁ। ସମ୍ପୂର୍ଣ୍ଣ ବିଜ୍ଞାପନ-ମୁକ୍ତ: ଏହି ଆପ୍ ସର୍ବଦା ବିଜ୍ଞାପନ-ମୁକ୍ତ ରହିବ। ଆମେ ପ୍ରତିଶ୍ରୁତି ଦେଉଛୁ ଯେ ଆମେ କୌଣସି ବିଜ୍ଞାପନ ଦେଖାଇବୁ ନାହିଁ କିମ୍ବା ଅନାବଶ୍ୟକ ନୋଟିଫିକେସନ୍ ପଠାଇବୁ ନାହିଁ। କେବଳ ଅଭ୍ୟାସ ପାଇଁ ପ୍ରତିଦିନ ସକାଳେ ଓ ସନ୍ଧ୍ୟାରେ ଦୁଇଟି ରିମାଇଣ୍ଡର୍ ପଠାଯିବ।
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Google I/O

    Google I/O

    Google I / O 2019 conference app

    The Google I / O 2019 conference app is your co-pilot for exploring the conference, whether you attend in person or remotely. With the app you can explore the entire conference program, with details about the topics and speakers, save events to the agenda, your personalized program, receive reminders before the events you saved to the agenda begin, synchronize your program personalized across all your devices and the I / O website, get oriented with the vector-based conference map, and agree to receive important notifications about the event, program, travel, evening activities, session recordings and much more. The source code for the app will be available shortly after the I / O conference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gradle Kotlin DSL Samples

    Gradle Kotlin DSL Samples

    Samples builds using the Gradle Kotlin DSL

    Welcome! The Gradle Kotlin DSL provides support for writing Gradle build scripts using JetBrains' Kotlin language. It aims to provide Gradle users with a rich, flexible and statically-typed approach to developing build logic in conjunction with the best IDE and tooling experience possible. Gradle has features you cannot get from other build tools: A highly-customizable dependency resolution engine, visual build inspection and debugging tools, and many work avoidance mechanisms. Moreover, the Gradle user manual and guides contain build script excerpts that demonstrate both the Groovy DSL and the Kotlin DSL. This is the best place where to find how to do this and that with the Gradle Kotlin DSL; and it covers all Gradle features from using plugins to customizing the dependency resolution behavior. All snippets in the user manual demonstrate both Groovy and Kotlin DSL.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.