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.

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 Loading

  1. Candleflask Candleflask Public

    Android streaming stock ticker app

    Kotlin

  2. dagger-class-inject dagger-class-inject Public

    Class Injection support for Dagger

    Java

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