Showing 242 open source projects for "drcom-for-linux"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Accounting Software Built for Owners, and Their Clients Icon
    Accounting Software Built for Owners, and Their Clients

    Make invoicing and billing painless for your small business with FreshBooks.

    Balancing your books, client relationships, and business isn’t easy. FreshBooks gives you the info and time you need to focus on your big picture—your business, team, and clients.
    Learn More
  • 1
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    MaterialStyledDialogs

    MaterialStyledDialogs

    library that shows a customizable Material-based dialog

    A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required. Android Library that shows a beautiful and customizable Material designed dialog with header. Based on material-dialogs and inspired by this dribble. A basic dialog will show the provided title (optional) and description, using your primary color as the header background. You have access to methods such as setTitle(), setContent(), setIcon(), setCancelable(), dismiss(), etc. The dialog icon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    kotlin-libui

    kotlin-libui

    Kotlin/Native interop to libui: a portable GUI library

    Kotlin/Native bindings to the libui C library. libui is a C lightweight multi-platform UI library using native widgets on Linux (Gtk3), macOS, and Windows. Using this binding you can develop cross-platform but native-looking GUI programs, written in Kotlin, and compiled into small native executable files. Cross-platform build is automated using Travis for Linux and macOS targets, and AppVeyor for Windows targets. Just create a release on GitHub, and executable files for all 3 major desktop platforms will be compiled and attached to the release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Club Management Software Icon
    Club Management Software

    For Gyms, fitness centers, athletic clubs, boxing, martial arts, personal training, swim centers, parks and recreation centers

    Gym Assistant by Bio-Logic Inc. is an easy-to-use membership management software. Ideal for small to medium size gyms, fitness centers and health clubs, Gym Assistant offers the tools gym managers need in order to create informed business decisions. It offers a wide range of features including access control, front desk check-in, payments, billing, membership database, forms and letters, extensive reporting capabilities, plus much more.
    Learn More
  • 5
    Kakao

    Kakao

    Nice and simple DSL for Espresso in Kotlin

    At Agoda, we have more than 1000 automated tests to ensure our application's quality and give our best experience to the user. All of them are written with Espresso from Google. Even though Espresso is working really well with our test, the code readability is quite low. Let's look at some of the examples of how we write the test. As Agoda developers, we want to improve not just our codebase quality, but also our implementation of tests as well. This is why we are introducing Kakao. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Maskara

    Maskara

    Format text fields without being affected by input filters

    A simple way to format text fields without getting affected by input filters. Used to define how to format the text. Value is used to define the format string. There's no limitation here. You can use any type of character with any type of input filters. maskCharacter is used to define which characters in the format string user can edit. It's not mandatory to define this explicitly. Mask will set the character with most occurrences in the format string as maskCharacter by default. You should...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Meow Bottom Navigation

    Meow Bottom Navigation

    Android Meow Bottm Navigation

    A simple & curved & material bottom navigation for Android written in Kotlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Orchid Kotlin

    Orchid Kotlin

    Build and deploy beautiful documentation sites that grow with you

    Build and deploy beautiful documentation sites that grow with you. Orchid is a framework for generating project documentation websites with all the bells and whistles. Orchid lets you publish all your wikis, changelogs, blogs, code comments, and more. We'll even deploy it for you too, so you can stop fussing over tooling and focus on your project. Everything you need to author, build, and deploy documentation sites, top-soil included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ESET PROTECT Advanced Icon
    ESET PROTECT Advanced

    Comprehensive security solution for all business sizes

    Best-in-class endpoint protection against ransomware & zero-day threats, backed by powerful data security.
    Learn More
  • 10
    The-Force

    The-Force

    Built with MVVM pattern, Koin , Coroutines + Flows

    An Android app consuming a Star Wars API to display Movie Characters it has been built with clean architecture principles, Repository Pattern and MVVM pattern as well as Architecture Components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Lingver

    Lingver

    Manage your application locale and language

    Lingver is a library to manage your application locale and language. Once you set a desired locale, Lingver will enforce your application to provide correctly localized data via the Resources class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Time Kotlin

    Time Kotlin

    Type-safe time calculations in Kotlin, powered by generics

    Type-safe time calculations in Kotlin, powered by generics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    giwth

    Implement tests using nested Given, When, Then

    Tests written with commented GIVEN, WHEN and THEN regions can be transformed by actually wrapping code within basic blocks called issues. This can occur in a nested fashion. Start with Test|TEST, that can wrap any issue. Given|GIVEN can wrap Given|GIVEN, When|WHEN; or Then|THEN issues. When|WHEN can wrap When|WHEN or Then|THEN issues. Then|THEN can only wrap Then|THEN issues. The Kotlin implementation supports 'suspend' functions: for any issue, there are two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    MaterialDrawerKt

    MaterialDrawerKt

    A Kotlin DSL wrapper around the mikepenz/MaterialDrawer library

    Create navigation drawers in your Activities and Fragments without having to write any XML, in pure Kotlin code, with access to all the features of the original library: all sorts of menu items, badges, account headers, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    LiquidSwipe

    LiquidSwipe

    Android LiquidSwipe Library

    Android LiquidSwipe Library. LiquidSwipe is a viewpager library that can be used to make awesome onboarding designs. To run the demo project, clone the repository and run it via Android Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    VValidator

    VValidator

    An easy to use form validator for Kotlin & Android

    View Validator, an easy-to-use form validation library for Kotlin & Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Croppy

    Croppy

    Image Cropping Library for Android

    Image cropping library for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    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
  • 23
    Material Contextual Action Bar

    Material Contextual Action Bar

    Android & Kotlin library for placing Contextual Action Bars

    Material CAB allows you to implement a customizable and flexible contextual action bar in your app. The traditional stock CAB on Android is limited to being placed at the top of your Activity, and the navigation drawer cannot go over it. This library lets you choose its exact location, and a toolbar is used, allowing views to be be placed over and under it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Kotlin Coroutines for Retrofit

    Kotlin Coroutines for Retrofit

    Kotlin Coroutines await() extension for Retrofit Call

    This is a small library that provides the Kotlin Coroutines suspending extension Call.await() for Retrofit 2. Based on kotlinx.coroutines implementation. Kotlin 1.2 and experimental coroutines are not supported anymore, but you can use version 0.13.0 for old projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ContextMenu

    ContextMenu

    You can easily add awesome animated context menu to your app

    You can easily add awesome animated context menu to your app.
    Downloads: 0 This Week
    Last Update:
    See Project