0
Hi guys, why does an App like WhatsApp run on Android and yet it was not developed using Java
Android apps
2 ответов
+ 2
The client side versions(user interface), which is what you see in your android is written in Java or Kotlin, others stuff like handling message traffic and databases may be comprised of python , Erlang etc
0
Ooh I get it thanks...