I like how you build a whole android app for everything. Also the speed with which you explain and show live.If appropriate I would recommend, wherever possible it be used KMP (for example KOIN instead Dagger etc..)
I finished the project but the Scaffold what I suppose is the TopAppBar is not displaying properly. It is on the status bar instead of shown properly. I dont know why. Where I should look at to try to fix that? Scaffold(topBar = { TopAppBar(title = { Text(text = "Medication Reminder") }, actions = { IconButton(onClick = { scope.launch { sheetState.show() } }) { Icon(imageVector = Icons.Default.Add, contentDescription = null) } })})
I like how you build a whole android app for everything. Also the speed with which you explain and show live.If appropriate I would recommend, wherever possible it be used KMP (for example KOIN instead Dagger etc..)
Amazing tutorial! Love these detailed videos. Would be a great help if tutorial possible on performance and profiling. Keep it up! 😄
Good work, great explanation
Awesome buddy ❤❤❤
Good video sir ❤❤❤
I finished the project but the Scaffold what I suppose is the TopAppBar is not displaying properly. It is on the status bar instead of shown properly. I dont know why. Where I should look at to try to fix that?
Scaffold(topBar = { TopAppBar(title = { Text(text = "Medication Reminder") }, actions = {
IconButton(onClick = {
scope.launch { sheetState.show() }
}) {
Icon(imageVector = Icons.Default.Add, contentDescription = null)
}
})})
It's because of edgeToEdge(). Use Modifier.safeContentPadding().
When I terminate the app from background(swipe up from recents) no notification shows. can you please guide me how can I resolve this
the github repo is not working
the code is not working