Skip to content
View yamidragut's full-sized avatar

Organizations

@jsuc3m
Block or Report

Block or report yamidragut

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. bq/droid2ino bq/droid2ino Public

    Android Library for connecting an Android device with an Arduino board via a Bluetooth connection

    HTML 23 14

  2. bq/drag-drop-grid bq/drag-drop-grid Public

    Biblioteca para crear un ViewGroup similar a un GridLayout al que se le pueden añadir objetos ImageViews que se pueden reordenar con un efecto de drag and drop. También se puede establecer una zona…

    Java 17 12

  3. bq/robopad-plusplus bq/robopad-plusplus Public

    RoboPad++ is an Android app that consists on a robots controller via the device's Bluetooth. You have several types of robots with differents types of control for each of them. The robots must be c…

    Java 7 12

  4. bq/protocol-stk-500-v1 bq/protocol-stk-500-v1 Public

    protocol-stk-500-v1

    Java 3 3

  5. bq/robopad bq/robopad Public

    Android app that consists on a robots controller via the device's Bluetooth.

    Java 5 16

  6. RecyclerView ListAdapter with androi... RecyclerView ListAdapter with androidx and binding based in the one of Arif Khan: https://android.jlelse.eu/recylerview-list-adapter-template-in-kotlin-6b9814201458
    1
    #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end
    2
    
                  
    3
    import android.view.LayoutInflater
    4
    import android.view.ViewGroup
    5
    import androidx.recyclerview.widget.DiffUtil