Skip to content
View kirmartuk's full-sized avatar
Block or Report

Block or report kirmartuk

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. [Jetpack Compose] Android dialog for... [Jetpack Compose] Android dialog for choosing one option of list. Use material3(You) https://m3.material.io/
    1
    @Composable
    2
    fun SingleChoiceDialog(
    3
      title: String,
    4
      radioOptions: List<String>,
    5
      indexOfDefault: Int,
  2. chuck-norris-jokes chuck-norris-jokes Public

    Simple android app that features Chuck Norris jokes

    Kotlin

  3. flip-flick-android flip-flick-android Public

    Simple app for switch bluetooth device from android to host(Linux, Windows)

    Kotlin 1

  4. Bluetooth Repository for Android (Ko... Bluetooth Repository for Android (Kotlin)
    1
    /**
    2
     * Simple Bluetooth repository for android on kotlin
    3
     *
    4
     * @author  Kirill Martyuk
    5
     * @version 1.0
  5. Android_Resource_Translator Android_Resource_Translator
    1
    from googletrans import Translator
    2
    from pathlib import Path
    3
    
                  
    4
    original_code = open(".../res/values/strings.xml", "r")
    5
    # locals ex. 'en', 'ru', 'es'
  6. IP-Converters IP-Converters
    1
    /**
    2
     * Utils which  helps work with ip
    3
     * generate own ip
    4
     * convert ip to tiny url
    5
     * convert tiny url to ip