Skip to content

Instantly share code, notes, and snippets.

View FannyDemey's full-sized avatar

DEMEY Fanny FannyDemey

  • Android senior developer
  • Lille
View GitHub Profile
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.height
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Text
import androidx.compose.runtime.*
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.drawWithContent
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.tooling.preview.Preview
@OptIn(ExperimentalComposeUiApi::class)
@Composable
fun Password(
password: MutableState<String>,
modifier: Modifier = Modifier
) {
val keyboardController = LocalSoftwareKeyboardController.current
var isValid by remember {
mutableStateOf(false)
}

Features that were first designed for accessibility, but ended to be used massively by everyone, with or without disability

Tech

  • Video caption

invented for deaf people. Used massively on social network to share video content that can be watched by anyone when you cannot turn on the sound of your device.

  • First mechanic writing device that has been commercialize.