Skip to content
View AlonsoFloo's full-sized avatar
๐Ÿ’ป
๓ € 
๐Ÿ’ป
๓ € 

Block or report AlonsoFloo

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

Hi there ๐Ÿ‘‹

Pinned Loading

  1. dotfiles dotfiles Public

    Personnal dotfiles

    Vim Script

  2. Koltin property delegate tools for A... Koltin property delegate tools for Android SharedPreferences
    1
    class SharedPreferenceManager(
    2
        val context: Context
    3
    ) : SharedPreferences.OnSharedPreferenceChangeListener {
    4
    
                  
    5
        private val sharedPreferences by lazy {
  3. Android foreground and background li... Android foreground and background listener and manager
    1
    public class MyApplication extends Application {
    2
    
                  
    3
        @Override
    4
        public void onCreate() {
    5
            super.onCreate();
  4. Android Custom ImageView for animati... Android Custom ImageView for animating frame by frame some bitmap or ressources
    1
    /**
    2
     * <h1>FrameAnimatedImageView</h1>
    3
     * View class to handle several images into an {@link android.widget.ImageView}
    4
     * <p>
    5
     *
  5. Kotlin tools for WorkManager Dagger ... Kotlin tools for WorkManager Dagger injection
    1
    interface HasWorkerInjector {
    2
        fun workerInjector(): AndroidInjector<Worker>
    3
    }
    4
    
                  
    5
    class AndroidInjection {
  6. neopixl/Spitfire neopixl/Spitfire Public

    Android JSON networking library

    Java 12 2