So for background, I’m an IT Consultant, and mostly work in the development space, but one area I’ve never touched before has been mobile app development. So today, I spent the day getting a new GitHub repo sorted out, put together a pretty simple Actions workflow with SonarQube integration and basic test gates… on that note, got a new VPS up and running and deployed SonarQube there. Then finally just got my first Gradle project running on Android Studio, and after dealing with a corrupted keystore (fixed by just nuking the keystore, cleaning the project and rebuilding), I finally got technically my first Android app running on my S25 😄😄

  • Rimu@piefed.social
    link
    fedilink
    English
    arrow-up
    39
    ·
    7 days ago

    1 day of set up to get to ‘hello world’.

    Now you know why people hate mobile app development! Wait till you discover the torment of the app stores, lol

    • Swedneck@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      why i’ll use the fucking godot engine if i ever have to make a graphical program, and otherwise will merrily stick to scripting in python which literally requires no boilerplate at all.

      Even if you just want a simple qt/gtk/windows program it takes so much more faff compared to scripting, meanwhile with godot it’s specifically geared to let you easily make graphical programs that run anywhere! Yeah it’s a game engine but fuck it, it works.

    • BorgDrone@feddit.nl
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 days ago

      You kids don’t know how good you have it. Modern mobile development is a dream compared to the early days.

      Try developing for BlackBerry.

    • Keshara@piefed.blahaj.zoneOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      7 days ago

      Lol, well to be fair, I spent probably only around 3-4hrs of effort. And a lot of that was figuring things out for the first time. App stores is going to be another matter entirely haha

  • Multiplexer@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    12
    ·
    7 days ago

    I finally got technically my first Android app running on my S25

    Wow, that’s really impressive.
    Didn’t know the old bone was still capable of that…

    But, honestly, good for you!

    I recently did some stuff for myself, slightly tweaking opensource apps to my needs, but decided against getting more deeply involved, seeing on how Google is making stuff for independent devs increasingly more complicated (and maybe downright impossible in the near future).

    • Keshara@piefed.blahaj.zoneOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 days ago

      Haha that’s awesome!

      I would love to do some development for older devices at some stage!

      But yeah seeing the Google issues is definitely off-putting, but I’m just going to enjoy a build process for a while first

      • Multiplexer@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 days ago

        I would love to do some development for older devices at some stage!

        I did some assembly level programming on the DSP of a S25-like phone platform back in the days for my master thesis.
        Was really a lot of fun, doing complex signal processing using 2x8KB directly accessible RAM @ 13 MHz CPU frequency😆

        I’m just going to enjoy a build process for a while first

        That’s the right spirit!