Skip to content
View shakalaca's full-sized avatar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. learning_gradle_androidlearning_gradle_androidPublic

    Learning how to build gradle enabled android project

    Java 115 25

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

    Fastboot and adb binaries for Android device

    Makefile 50 16

  4. RecyclerViewSampleRecyclerViewSamplePublic

    Play with RecyclerView / CardView / Palette in Android L Preview

    Java 21 4

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

    Install Magisk on Official Android Emulator

    Shell 776 124