Showing 70 open source projects for "hex-view"

View related business solutions
  • Turn speech into text using Google AI Icon
    Turn speech into text using Google AI

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
    Try for free
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
    Learn More
  • 1
    FlexboxLayout

    FlexboxLayout

    Flexbox for Android

    ... 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: 1 This Week
    Last Update:
    See Project
  • 2
    Rainbow Kotlin

    Rainbow Kotlin

    Fluent syntactic sugar of Android for applying gradations, shading

    Fluent syntactic sugar of Android for applying gradations, shading, and tinting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Submarine

    Submarine

    Floating navigation view for displaying a list of items dynamically

    Fully customizable floating navigation view for listing items dynamically on Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Logcat Reader

    Logcat Reader

    A simple app for viewing logs on an android device

    Logcat Reader makes it easy to view and save the device logs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Contract Automation Made Easy Icon
    Contract Automation Made Easy

    Use Docubee to easily gather data, generate contracts, share them your way, and collect secure eSignatures

    Docubee is an intelligent contract automation platform that allows you to quickly and painlessly generate, manage, share, and sign contracts. Featuring powerful conditional logic-based workflows, generative AI technology, and an easily adaptable interface, Docubee makes it easy to automate your most complex contracts and agreements.
    Learn More
  • 5
    CornerCutLinearLayout

    CornerCutLinearLayout

    Linear Layout that allows corner cuts, complex shadow, and divider

    CornerCutLinearLayout extends LinearLayout. It allows cutting parent corners with different shapes and building proper shadows for complex shapes. It also allows cutting each child's corners. Additionally, using available properties and custom providers, those cuts may be turned into cutouts of different shapes, sizes, etc. Widget's sole purpose is to use with children with no transformations (like rotation, scale, matrix transformations).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Android-Snowfall

    Android-Snowfall

    Fully customizable implementation of "Snowfall View" on Android

    Fully customizable implementation of "Snowfall View" on Android.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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
  • 9
    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
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 10
    TheMovies2

    TheMovies2

    A demo project using The Movie DB based on Kotlin MVVM architecture

    A simple project using The Movie DB based on Kotlin MVVM architecture and material designs & animations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Croppy

    Croppy

    Image Cropping Library for Android

    Image cropping library for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Recyclical

    Recyclical

    Easy-to-use, extensible Kotlin DSL for setting up RecyclerViews

    An easy-to-use, extensible Kotlin DSL for setting up and manipulating RecyclerViews.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Android-State

    Android-State

    A utility library for Android to save objects in a Bundle

    A utility library for Android to save objects in a Bundle without any boilerplate. It uses an annotation processor to wire up all dependencies. It's recommended to turn on a global setting in your Application class to save and restore the instance state of all activities and fragments from the support library. After that you only need to annotate your fields with @State inside of your fragments and activities. You can save any type which can be saved in a Bundle like the String,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    Ribble

    Ribble

    Simple Dribbble Client using Dribbble API, fully written in Kotlin

    Simple Dribbble Client using Dribbble API, work in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RxBinding

    RxBinding

    RxJava binding APIs for Android's UI widgets

    ... and AsyncTask. With RxJava and RxBinding, this logic can be greatly simplified and you can describe the interaction patterns between multiple UI components. You can use the RxJava to convert Android view events to Observables. Essentially the library wraps the listener and implements the Observable interface. RxBinding can be indicated as an extension for RxJava, which helps you to use it on Android development simply and easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cheesesquare Sample

    Cheesesquare Sample

    The new Android Design library

    The demo of the new Android Design library. This is not an exhaustive sample, but shows some of the important features in the Design library. Cheesesquare Sample provides a collapsing toolbar, a Floating Action Button, features a View Anchoring option, a NavigationView option, and a Snackbar feature, as well. As a pre-requisite, users should already have Android SDK v22, Android Build Tools v22.0.1, as well as Android Support Repository r16 (for v22.2.1), in order to work properly. Cheesesquare...
    Downloads: 0 This Week
    Last Update:
    See Project