DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
msfjarvis profile image
Harsh Shandilya • Edited

In Android I'd go with writing the app in Kotlin, using Dagger Hilt for Dependency Injection and using Jetpack + Material Components for building the UI.

For cross-platform CLI stuff, Rust and its huge crate ecosystem is my new love.