this post was submitted on 28 Sep 2023
16 points (100.0% liked)

Android Development

539 readers
1 users here now

Welcome to the programming.dev Android development community!

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 1 year ago
MODERATORS
 

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.

top 1 comments
sorted by: hot top controversial new old
[–] 0x0@programming.dev 3 points 1 year 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.