Add link to a good example for Rooms.

This commit is contained in:
Hyperling 2024-07-13 14:12:52 -07:00
parent 9e960af9e8
commit b3bbe2b56a

View File

@ -39,6 +39,9 @@ class MainActivity : ComponentActivity() {
}
}
// This seems like a great tutorial for what I need to do!
// https://www.answertopia.com/jetpack-compose/a-jetpack-compose-room-database-and-repository-tutorial/
@Composable
fun Main() {
val context = LocalContext.current