can anyone guide me on how to call a login screen ...
# android
n
can anyone guide me on how to call a login screen in jetpack compose using retrofit MVVM
😶 6
🤔 1
g
Pretty much as any other Intent from compose, just use LocalContext.current
n
thanks buddy