package com.rejowan
class Rejowan {
fun Details() {
val name = "K M Rejowan Ahmmed"
val occupation = "Software Engineer | Mobile App Developer"
val address = "Dhaka, Bangladesh"
val experiences = "5 years +"
}
fun TechStacks() {
listOf("Android", "Flutter",
"Java", "Kotlin", "Dart"
"Jetpack Compose", "XML",
"MVVM", "MVP",
"RESTful API", "JSON",
"Retrofit", "OkHttp", "Volley",
"Coroutines", "Multi-threading",
"Room", "SQLite",
"Firebase", "Play Service", "Appwrite")
}
}
README.md