6

What do you hate most in ANDROID DEVELOPMENT except gradle loading

Comments
  • 5
    Thats 50% of android development.
  • 0
    It used to be Java and all of its ceremony to get things done. Like 300 lines, two classes, a factory and a bunch of getters and setters to accomplish something ordinary. But it's much better with Kotlin.

    I can't think of something I really hate about it today, except the long building time.
  • 0
    @Artemix I offer these people a web app that they can access from any modern browser instead - which excludes Safari, ofc 😂
  • 0
    It's Java but even more verbose and boilerplate
  • 0
    Java

    Luckily we now have Kotlin.
  • 0
    Preview sucks sometimes. If you are worrying about gradle build time then running emulator will break you down lol. Also the boilerplate code is also a major issue and updates to the studio and emulator are of different level shit. But its android studio, one of the finest softwares in the market so i love it anyways.
  • 0
    Never got past it, gave up.
  • 0
    Async Tasks?
  • 1
    Awful C++ support.

    All my dev is done in Xcode because Android C++ support is so horrible (good luck setting up a debugger, I couldn't in 5 years) and praying it works on Android. And printf. Lots of printf.

    The NDK is a mess. "Oh yeah we have on one hand a language with a garbage collector, and the other can use refcount .... Nah let's choose the worst: manual memory by default!!!".

    Oh, and despite "supporting" it, there is NO Android docs on the NDK (apart from the introduction). Have fun reading Oracle doc and piecing together how it works.
  • 0
    Android developer!!

    I hate those mother fuckers, all of them feel super special and unique, don't know why, but is like a pattern I've seen.

    They feel geniuses 'cause they search how to fix errors on Google. REALLY?????
  • 0
    @arcioneo yeah its true. :) :)
  • 0
    Dex, when it starts duplicating classes for no reason, uh...
Add Comment