Hello,
Is it possible to start android development in kotlin without knowing Java ?
r
Ruckus
02/14/2019, 2:50 PM
You can probably get a better answer in #android, but keep in mind that almost all of the Android APIs are written in Java, so you'll need to know at least enough to understand them.
d
dewildte
02/14/2019, 8:45 PM
Yes, it will be harder but remember Buzz Lightyear!
s
SOFe
02/16/2019, 5:14 PM
many things in kotlin are specifically designed against Java problems, e.g. val getters. It makes perfect sense for a Java developer, but very confusing for a beginner.