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

Block or report GabrielBrasileiro

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. mvvm-redux mvvm-redux Public

    MVVM Redux is a lightweight lib to help you apply the redux concepts in your project based in MVVM.

    Kotlin 39 3

  2. star-wars-jetpack star-wars-jetpack Public

    A sample application to show how implements the Clean Architecture with the new features of Jetpack

    Kotlin 10 2

  3. InsertKoinIO/koin InsertKoinIO/koin Public

    Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

    Kotlin 8.7k 690

  4. nglauber/books_jetpack nglauber/books_jetpack Public

    A sample application to demonstrate how to use Jetpack Architecture Components in an Android Application following the Clean Architecture concepts.

    Kotlin 314 38

  5. Koin extensions to solve type erasur... Koin extensions to solve type erasure of generic mappers
    1
    /**
    2
     * This will recover and inject your interface in your fragments or activities
    3
     */
    4
    inline fun <reified I, reified O> ComponentCallbacks.injectMapper(): Lazy<Mapper<I, O>> {
    5
        return inject(named(identifier<I, O>()))
  6. android_xi android_xi Public

    Kotlin