object Joseph {
val age: Int = 24
val from: String = "Asato - Oti Region, Ghana"
val languages: List<String> = listOf("English", "Twi", "Ewe")
val interests: List<String> = listOf("Mobile Development")
val curiosity: String = "History, Civilisation , Astrology Lol "
override fun toString(): String {
return """
Joseph:
age: $age
from: $from
languages: $languages
interests: $interests
curiosity: $curiosity
""".trimIndent()
}
}
Languages: | Kotlin | Python |
Infrastructure: Linux
Framework: | Android Jetpack | Ktor |
Storage: MySQL | Room|
Android Development with Jetpack compose
REST API with Ktor
