Skip to content
View dhagz's full-sized avatar

Block or report dhagz

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 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. Utility class to compress JPEG images. Utility class to compress JPEG images.
    1
    package com.dhagz.squeeeze;
    2
    
                  
    3
    import android.graphics.Bitmap;
    4
    import android.graphics.BitmapFactory;
    5
    import android.graphics.Matrix;
  2. githubusers githubusers Public

    An app that can fetch GitHub users list and then display the selected user's profile.

    Kotlin

  3. A utility class for converting pixel... A utility class for converting pixels to dp, and vice versa.
    1
    import android.content.Context;
    2
    import android.content.res.Resources;
    3
    import android.support.annotation.NonNull;
    4
    import android.util.DisplayMetrics;
    5
    
                  
  4. An abstract class to help out with s... An abstract class to help out with storing simple objects to preference, like strings perhaps.
    1
    import android.content.Context;
    2
    import android.content.SharedPreferences;
    3
    import android.preference.PreferenceManager;
    4
    import android.support.annotation.NonNull;
    5
    import android.support.annotation.Nullable;
  5. Android Studio Dracula LogCat Colors Android Studio Dracula LogCat Colors
    1
    # Android Studio - Dracula LogCat Colors
    2
    You can customize colors at `Preferences > Editor > Colors & Fonts > Android Logcat`.  
    3
    
                  
    4
    [logo]: http://i.stack.imgur.com/e80XQ.png
    5
    **Soft Colors**
  6. PagedDragDropGrid PagedDragDropGrid Public

    Forked from mrKlar/PagedDragDropGrid

    An Android ViewGroup that implements a paged grid with drag'n'drop moveable items

    Java