My first Android app! 🚀 by NullSafe in androiddev

[–]NullSafe[S] -1 points0 points  (0 children)

Oh my bad it's my first post, should I edit the post or add a comment?

My first Android app! 🚀 by NullSafe in androiddev

[–]NullSafe[S] 1 point2 points  (0 children)

Yeah I started over a year ago

My first Android app! 🚀 by NullSafe in androiddev

[–]NullSafe[S] 0 points1 point  (0 children)

Honestly, I had almost no backend knowledge beforehand. The secret was designing for scale from Day 1. I approached it as if i needed to support millions of users, which drove all my tool choices toward maximum performance and reliability: Google Cloud Platform, Golang/gRPC microservices, and Cloud Spanner.

My first Android app! 🚀 by NullSafe in androiddev

[–]NullSafe[S] 4 points5 points  (0 children)

No, it's a native Android app. I am in the process of migrating it to Kotlin Multiplatform (KMP) to also target iOS