Skip to content
View raulccabreu's full-sized avatar

Block or report raulccabreu

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
raulccabreu/README.md

Olá me chamo Raul Abreu, desenvolvedor mobile e backend!


raul-java raul-android raul-ruby raul-rails raul-dart raul-flutter raul-pic

Snake animation

Pinned Loading

  1. redukt redukt Public

    Redux architecture pattern to Android writed in Kotlin

    Kotlin 16 8

  2. android-emulator-docker android-emulator-docker Public

    Forked from Catbag/android-emulator-docker

    A docker image ready to launch emulator in CI

    Shell

  3. thedumbtechguy/Fluxxan thedumbtechguy/Fluxxan Public

    Fluxxan is an Android implementation of the Flux Architecture that combines concepts from both Fluxxor and Redux.

    Java 80 9

  4. Catbag/redux-android-sample Catbag/redux-android-sample Public

    A Android sample that implements Redux architecture with React and NoSQL

    Java 24 6

  5. flutter-redux-template flutter-redux-template Public template

    Structured and Organized Flutter (ANDROID+WEB) template project using Redux architecture and Retrofit rest package

    Dart 3 1

  6. ThreadUtils.java ThreadUtils.java
    1
    import android.os.Handler;
    2
    import android.os.Looper;
    3
    
                  
    4
    import java.util.concurrent.ExecutorService;
    5
    import java.util.concurrent.Executors;