Skip to content
View damianpetla's full-sized avatar
🐢
Mastering Compose
🐢
Mastering Compose

Block or report damianpetla

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PhysicsScene PhysicsScene Public

    Kotlin 1

  2. kotlin-dagger-example kotlin-dagger-example Public

    Example of Android project showing integration with Kotlin and Dagger 2

    Kotlin 532 56

  3. RxSample RxSample Public

    Sample project demonstrating how to use RxJava replay

    Kotlin 14

  4. Transforming EditText value into cur... Transforming EditText value into currency
    1
    import androidx.compose.ui.text.input.OffsetMapping
    2
    
                  
    3
    class CurrencyOffsetMapping(originalText: String, formattedText: String) : OffsetMapping {
    4
        private val originalLength: Int = originalText.length
    5
        private val indexes = findDigitIndexes(originalText, formattedText)
  5. pagination_with_compose pagination_with_compose Public

    Kotlin 9 1