Skip to content
View mitsest's full-sized avatar
Block or Report

Block or report mitsest

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nativescript_docker nativescript_docker Public

    A ready to use nativescript development environment including atom, an API 26 avd (android emulator) and nativescript dependencies

    Shell 7 1

  2. android_emulators_docker android_emulators_docker Public

    A docker container providing support for android emulators ranging from API 21 to API 26

    Shell

  3. spotlightviewpager spotlightviewpager Public

    A tutorial view with view pager functionality (WIP)

    Java 3

  4. endlessrecyclerview endlessrecyclerview Public

    Kotlin

  5. materialprogressbutton materialprogressbutton Public

    MaterialButton extension that supports loading state

    Kotlin 1

  6. A webpack export to handle file inpu... A webpack export to handle file inputs for images. Calling Base64Photo.readFileInput sets data and imageType
    1
    const ImageTypeEnum = Object.freeze({ JPG: 1, JPEG: 2, PNG: 3 })
    2
    const ImageType = class {
    3
      constructor(imageTypeEnum, suffix) {
    4
        this.imageTypeEnum = imageTypeEnum
    5
        this.suffix = suffix