hey guys which programming language is better for app development kotlin or flutter and can you provide me with some resources for Learning
1 replies1 like
Adhiraj
•
Top Tier Experiences • 7m
I'm just curious, is medial made from cross platform framework like react native, or native like Kotlin or Java.
If it's okay to share
1 replies4 likes
Keshav Tayal
Stealth • 7m
Hello,
I am looking for a full-stack app developer who is ready to fully commit to our startup.(Preferably Kotlin MultiCompose/Flutter)
Thank you
7 replies3 likes
Yasir Alam
Stealth • 7m
Question: What is the output of the following Kotlin code snippet?
fun main() {
val list = mutableListOf(1, 2, 3, 4, 5)
val result = list.fold(5) { acc, num -> acc * num }
println(result)
}