Pinned Loading
-
ShimmerConstraintLayout: lifecycle a...
ShimmerConstraintLayout: lifecycle aware shimmering constraint layout 1class ShimmerConstraintLayout @JvmOverloads constructor(
2context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
3) : ConstraintLayout(context, attrs, defStyleAttr) {
4@LayoutRes
5private var layoutRes: Int = 0
-
(Android Instrumentation Test) Kotli...
(Android Instrumentation Test) Kotlin extensions for launching hilt fragment 1inline fun <reified T : Fragment> launchFragmentInHiltContainer(
2fragmentArgs: Bundle? = null,
3@StyleRes themeResId: Int = R.style.Theme_GithubRepo,
4fragmentFactory: FragmentFactory? = null,
5crossinline action: Fragment.() -> Unit = {}
-
Dockerize: production ready next-js ...
Dockerize: production ready next-js app (turborepo, watchtower, shoutrrr, nginx, ssl) 1#
2# EXAMPLE OF MULTISTAGE BUILD FOR MONOREPOS
3#
4# @link https://github.com/belgattitude/nextjs-monorepo-example
5#
-
CacheControl for OkHttpClient (to su...
CacheControl for OkHttpClient (to support offline mode without persistence data library) 1// assuming provider is inside Hilt-Android Module
2@InstallIn(SingletonComponent::class)
3@Module
4class NetworkModule {
5...
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.