does anyone know what tech stack was used to build Medial's Android app. I'm an Android developer i generally use Java and kotlin but for small projects flutter. I wanted to know what technology was used to build this. I have never used react native
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)
}