Skip to content

Instantly share code, notes, and snippets.

View Islomov49's full-sized avatar
:shipit:
From the future

Islomov Sardor Islomov49

:shipit:
From the future
  • Untec
  • Uzbekistan, Tashkent
View GitHub Profile
@b3h3rkz
b3h3rkz / faucets.md
Last active April 21, 2025 17:06
Bitcoin Testnet Faucets
@Islomov49
Islomov49 / DecimalAmountTransformation.kt
Last active January 16, 2025 08:36
Decimal Amount Visual Transformation - Jetpack compose Visual Transformation for decimal input. Cursor works well! There might be room for optimization
package io.untec.utils.masks
import android.util.Log
import androidx.compose.ui.text.AnnotatedString
import androidx.compose.ui.text.TextRange
import androidx.compose.ui.text.input.OffsetMapping
import androidx.compose.ui.text.input.TextFieldValue
import androidx.compose.ui.text.input.TransformedText
import androidx.compose.ui.text.input.VisualTransformation
import java.math.BigDecimal