🎯
Focusing
- Barcelona
Pinned Loading
-
-
Set of methods to get result of an A...
Set of methods to get result of an Activity with Kotlin Coroutines. Deprecated in favor of new Result API's, updated version here https://gist.github.com/RicardAparicio/2cd3f633e5f706268a22b8c42312f6eb") 1import android.app.Activity
2import android.content.Intent
3import androidx.appcompat.app.AppCompatActivity
4import androidx.fragment.app.Fragment
5import androidx.fragment.app.commitNow
-
Approach to show Android Snackbars
Approach to show Android Snackbars 1import android.graphics.Color
2import android.view.View
3import androidx.annotation.ColorInt
4import androidx.databinding.BindingAdapter
5import androidx.databinding.ObservableField
-
Sticky Header Databinding
Sticky Header Databinding 1import android.graphics.Canvas
2import android.view.LayoutInflater
3import android.view.View
4import android.view.ViewGroup
5import androidx.annotation.NonNull
-
Obfuscation / Hiding text with Trans...
Obfuscation / Hiding text with TransformationMethod 1import android.graphics.Rect
2import android.text.method.TransformationMethod
3import android.view.View
45class ObfuscationTransformation(val type: Type) : TransformationMethod {
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.