Hello, Is it possible to start android developmen...
# getting-started
j
Hello, Is it possible to start android development in kotlin without knowing Java ?
r
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
Yes, it will be harder but remember Buzz Lightyear!
s
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.
✔️ 1