You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to limited remaining time, for phase 1, you can simply enter/assign the cheque image a drawable name then display the cheque image using Image Composable:
val context = LocalContext.current
val chequeImage= context.resources.getIdentifier(cheque.image, "drawable", context.packageName)
Image(painter = painterResource(id = chequeImage), contentDescription = "Cheque")
=> Similar to what you have done in the Stadiums Lab. Go back to Stadiums Lab for further details.
Phase 2 will give further guidance to do it in a more realistic way.
Hello
We have a problem with the whole image story, if you can give us hits on how to approach it that would be great
The text was updated successfully, but these errors were encountered: