Pinned Loading
-
RepeatingButton_Step4.kt
RepeatingButton_Step4.kt 1@Composable
2fun RepeatingButton(
3modifier: Modifier = Modifier,
4onClick: () -> Unit,
5enabled: Boolean = true,
-
PhoneNumberVisualTransformer.kt
PhoneNumberVisualTransformer.kt 1class PhoneNumberVisualTransformation(locale: Locale = Locale.getDefault()) : VisualTransformation {
23private val phoneNumberFormatter =
4PhoneNumberUtil.getInstance().getAsYouTypeFormatter(locale.country)
5 -
-
RxOptional
RxOptional PublicAn implementation of Java 8's Optional<T> using RxJava2 & Java 7
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.