Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@24th-Dragon Yes, I will probably test on my phone too, but looking at some features of the emulator, they can be pretty hard to test on the actual device.
-
@zemaitis Yes, as I mentioned, IntelliJ is amazing and I use it almost every day and I rarely complain about stuff. It is the android plugins that are broken. I have been programming apps only for a few hours now, but I had to restart Android Studio at least twice, because of some error.
Kotlin has very good features, but the class syntax can be very annoying if you stick to the recommendations. Good thing that you can write classes in a more traditional way too. -
raspark17294yAndroid development has come a long way. The build times are still annoying tho (well, atleast on windows, and it's surprisingly fast on a Mac).
-
I grabbed the Android SDK from Android Studio, set up IntelliJ deleted everything except the SDK that had to do with Studio, and was able to write my code only with intelliJ and use a virtual device to debug.
Beautiful and memory friendly -
Kotlin would be infinitely better if they didn't have such strict adherence to full java compatibility.
-
raspark17294y@zemaitis I'm not sure what the build times on linux is rn. I tried it on Ubuntu a couple years back on the same hardware that had windows dual booted and the build times were similar to that of windows. Never got to test on Chrome OS yet
Related Rants
Started learning Android development in Kotlin.
My first impressions:
- Kotlin is good, but class syntax is not very appealing
- Overall it seems to be quite easy, at least the basic stuff
- Android Studio is a fucking memory hog, RIP my RAM
- As good IntelliJ is as bad is Android Studio somehow
- Emulator seems to be really advanced which I like
rant
android
kotlin