data class WhoAmI(
val name: String = "Ashuthosh",
val langs: List<String> = listOf(
"JAVA",
"Kotlin",
"JavaScript",
"Bash",
"C#",
"Python"
),
val editors: List<String> = listOf(
"Android Studio",
"VS Code",
"Visual Studio",
"PyCharm",
"Kate"
),
val hobbies: List<String> = listOf(
"Automating Linux in bash",
"Slimming down Windows",
"Debloating Android",
"Badminton",
"Cycling"
)
)
🎯
Focusing
Pinned Loading
-
-
material-components/material-components-android
material-components/material-components-android PublicModular and customizable Material Design UI components for Android
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.