Pinned Loading
-
githubusers
githubusers PublicAn app that can fetch GitHub users list and then display the selected user's profile.
Kotlin
-
-
A simple indeterminate progress dial...
A simple indeterminate progress dialog. Call with MyProgressDialog.show(context) and dismiss with MyProgressDialog.dismiss(myProgressDialog). 1import android.app.Dialog;
2import android.content.Context;
3import android.content.res.Resources;
4import android.graphics.Color;
5import android.graphics.drawable.GradientDrawable;
-
Background attribute for views to ha...
Background attribute for views to have a ripple effect 1# Material Ripple Background
2`?android:attr/selectableItemBackground` to keep the ripple effect inside the `View` bounderies.
3`?android:attr/selectableItemBackgroundBorderless` allows the effect to go outside of the `View`.
45Source: http://stackoverflow.com/questions/30530893/selectableitembackgroundborderless-for-textview
-
Android Studio Eclipse Keymap with m...
Android Studio Eclipse Keymap with my modifications and Codestyles. 1<code_scheme name="Codestyles - Dhagz" version="173">
2<option name="USE_SAME_INDENTS" value="true" />
3<option name="IGNORE_SAME_INDENTS_FOR_LANGUAGES" value="true" />
4<option name="OTHER_INDENT_OPTIONS">
5<value>
-
JPEG Compressor
JPEG Compressor 1import android.graphics.Bitmap;
2import android.graphics.BitmapFactory;
3import android.graphics.Matrix;
4import android.support.annotation.NonNull;
5import android.support.media.ExifInterface;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.