Skip to content
View shakalaca's full-sized avatar
Block or Report

Block or report shakalaca

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

  1. learning_gradle_android learning_gradle_android Public

    Learning how to build gradle enabled android project

    Java 113 25

  2. RelativeLayout with foreground like ... RelativeLayout with foreground like FrameLayout does.
    1
    import android.content.Context;
    2
    import android.content.res.TypedArray;
    3
    import android.graphics.Canvas;
    4
    import android.graphics.Rect;
    5
    import android.graphics.drawable.Drawable;
  3. fastboot-adb-android fastboot-adb-android Public

    Fastboot and adb binaries for Android device

    Makefile 43 15

  4. RecyclerViewSample RecyclerViewSample Public

    Play with RecyclerView / CardView / Palette in Android L Preview

    Java 21 4

  5. move & rename APK files move & rename APK files
    1
    buildscript {
    2
        repositories {
    3
            mavenCentral()
    4
        }
    5
        dependencies {
  6. MagiskOnEmulator MagiskOnEmulator Public

    Install Magisk on Official Android Emulator

    Shell 617 109