cross-posted from: https://programming.dev/post/11357795

I’ve been thinking about writing my own workout logger that better fits my use and I’d like to hear some recommendations on what language or framework to use.

I don’t have any prior experience with mobile development nor with Java or Kotlin, and C++ I suspect would be needlessly low level for the features I’d like to include.

Features is like to include in the app is capability of recording video, playing video/audio, creating graphs and opening up in-app tabs. Fancy ui and animations is not of much importance.

Any recommendations on what languages to use and what libraries might be of interest to get going?

  • UndercoverUlrikHD@programming.devOP
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    Kotlin certainly was the language I was mostly expecting to get recommended, but is there anything specific about it that makes it more suitable for simple mobile projects?

    My web experience is limited to some basic javascript for a documentation tool I’ve made. Other than that my experience is mostly lower level C and python. No direct GUI work.

    Multiplatform isn’t much of a concern as it will be a cold day in hell before I ever consider buying an apple product.

    • owenfromcanada@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      If you’re already really comfortable with C, you could consider Java instead of Kotlin. The syntax is more similar, but Java doesn’t have as many features built into the language (and I imagine it’ll eventually be phased out anyways). You could try a sample project in each and see which one you prefer.