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

Block or report elizacamber

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. Pixplicity/CollapsibleText Pixplicity/CollapsibleText Public

    Kotlin 1

  2. GlitzGlamor GlitzGlamor Public

    Kotlin

  3. motion-layout-example motion-layout-example Public

    Kotlin 1

  4. LayerListItemAnimation LayerListItemAnimation Public

    Demo for animating only one item of a <layer-list>

    Java 5 4

  5. AnimatedVectorDrawableDemo AnimatedVectorDrawableDemo Public

    Java

  6. Intent for playing a playlist in the... Intent for playing a playlist in the youtube app
    1
        public static Intent getYoutubePlayPlaylistIntent(Context context, String googleId) {
    2
            String url = String.valueOf("https://www.youtube.com/playlist?list=");
    3
            String mGoogleId = String.valueOf(googleId);
    4
            if (mGoogleId.length() != 0) {
    5
                url = url.concat(mGoogleId);