I’m looking for something that goes through building a jetpack compose app with storage.

I find linking the UI state with data updates really confusing. I can get it to show up, but updates are inconsistent/jumpy.

I’ve been working on a project where the source of truth for the data is actually coming over a Bluetooth connection, and my code feels like a mess. I want to see what good code looks like from scratch so I see what parts of my code are salvageable.

  • 0x0@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    With all the different Android APIs continuously changing every version it’s hard to find any tutorial that’s up to date. I tend to just check the developer site if what i’m using is supported in the APIs i’m targeting.

    Bluetooth also isn’t the best stack to work with.

    One of my next hobbies will be to try to compile an apk from scratch in the command line, if it’s still at all feasible.