HACKER Q&A
📣 truetaurus

How would you build an Android app these days?


So I am completly new to app building but have extensive background in buildign web apps with React.

I am wondering, what tech should I look into to build an Android app.

I assume React Native is still approperiate. When building web apps I use NextJS and Tailwind. Are there any frameworks like that I can use for building an app?

Lastly are there any started projects I can use to help kick start my app building?


  👤 pmig Accepted Answer ✓
I would either go with a pwa approach and your favorite front-end technology like Angular, Vue or React or just go native with Kotlin. Everything else will always be a trade-off like Flutter, ReactNative etc...)

👤 tobinfekkes
Having just suffered through the Android/iOS native apps and stores, I would do a PWA for 99% of any future mobile projects.