On Thu, 12 Sep 2019 17:19:16 -0400, nospam wrote:
> look into kotlin.
For once, nospam has suggested something that's correct, which is that
Kotlin works fine. <
http://www.bild.me/bild.php?file=6380186apps15.jpg>
Also, in practice, a lot of the Android code is simple XML, e.g., most of
the GUI (if not all of it) ends up being XML that you graphically create
without having to code anything whatsoever.
<
https://comp.mobile.android.narkive.com/0dR8Lodl/report-my-first-hello-world-using-android-studio-freeware-on-windows-worked-just-fine-in-about-an>
Given a lot of Android coding is done with the mouse, I suspect the OP,
"anon", simply wants to vent, either as a troll, or because he can't spend
the time it takes to learn something different or new.
The good news is that, with Android, it's trivial to test your code on all
current versions of Android, without even owning a phone.
<
http://www.bild.me/bild.php?file=3369563helloworld04.jpg>
For example, if anyone needs it, I've tested EVERY freeware Android
emulation program that I could find, and wrote up a thread for each one on
how to install them, and what the pros and cons are.
Googling quickly for those tutorials, here are a couple of them that others
can use to test their Kotlin code on the desktop without needing an Android
device.
o Running Bluestacks4 Android 7.1.1 emulation
<
https://groups.google.com/d/msg/comp.mobile.android/JBRjZ39w4Ok/6Vzu7rtIAQAJ>
o How to run Andyroid Nougat 7.1 freeware emulator
<
https://groups.google.com/d/msg/comp.mobile.android/FkZu5vAswYo/wISRtpUUAQAJ>
o How to run Genymotion emulation
<
https://groups.google.com/d/msg/comp.mobile.android/ix9empN-mxg/lq8ixnZwBAAJ>
Where there are a score of programs I've provided in this tutorial:
o Report: My first "hello world" using Android Studio freeware on Windows
worked just fine (in about an hour)
<
https://groups.google.com/forum/#!topic/comp.mobile.android/aW64zYeBtF0%5B1-25%5D>