Skip to content
View amirulzin's full-sized avatar

Block or report amirulzin

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. CandleflaskCandleflaskPublic

    Android streaming stock ticker app

    Kotlin

  2. dagger-class-injectdagger-class-injectPublic

    Class Injection support for Dagger

    Java

  3. AAC ViewModel constructor injection ...AAC ViewModel constructor injection with SavedState support (MIT license)
    1
    importandroid.os.Bundle;
    2
    3
    importandroidx.annotation.NonNull;
    4
    importandroidx.annotation.Nullable;
    5
    importandroidx.lifecycle.AbstractSavedStateViewModelFactory;
  4. Dagger constructor injection for AAC...Dagger constructor injection for AAC ViewModel without module (MIT license)
    1
    importandroidx.annotation.NonNull;
    2
    importandroidx.lifecycle.ViewModel;
    3
    importandroidx.lifecycle.ViewModelProvider;
    4
    5
    importjavax.inject.Inject;