Skip to content
View lodlock's full-sized avatar
📝
:wq
📝
:wq
Block or Report

Block or report lodlock

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 Loading

  1. Quick behavior that allows for https... Quick behavior that allows for https://github.com/Clans/FloatingActionButton to be compatible with CoordinatorLayout. Add app:layout_behavior="wherever.you.want.to.keep.your.behaviors.FloatingActionMenuBehavior" (of course modify it to match your code) to your FloatingActionMenu that resides within a CoordinatorLayout.
    1
    
                  
    2
    import android.content.Context;
    3
    import android.support.design.widget.CoordinatorLayout;
    4
    import android.support.design.widget.Snackbar;
    5
    import android.support.v4.view.ViewCompat;
  2. CoordinatorLayout.Behavior CoordinatorLayout.Behavior Public

    CoordinatorLayout.Behavior to move any object with the Android Snackbar.

    Java 12 2

  3. LumberJill LumberJill Public

    LumberJill is a logging Utility library for Android.

    Java 13 1

  4. gradle-gitdroid gradle-gitdroid Public

    A gradle plugin for Android projects that allows for dependencies from git repositories.

    Groovy 12 1

  5. simplesound simplesound Public

    Automatically exported from code.google.com/p/simplesound

    Java 1

  6. ActiveAndroid ActiveAndroid Public

    Forked from Sebbia/ActiveAndroid

    Active record style SQLite persistence for Android

    Java