AlarmManager in Android: Build a Medication Reminder App with Room Database & Notifications

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

ความคิดเห็น • 11

  • @skarloti
    @skarloti 3 หลายเดือนก่อน +1

    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..)

  • @IML84ever
    @IML84ever 3 หลายเดือนก่อน +1

    Amazing tutorial! Love these detailed videos. Would be a great help if tutorial possible on performance and profiling. Keep it up! 😄

  • @HamzaMalik-q6u
    @HamzaMalik-q6u 2 หลายเดือนก่อน

    Good work, great explanation

  • @randominone
    @randominone 3 หลายเดือนก่อน +1

    Awesome buddy ❤❤❤

  • @BHARATGARANDE
    @BHARATGARANDE 2 หลายเดือนก่อน

    Good video sir ❤❤❤

  • @Michelbouf
    @Michelbouf 3 วันที่ผ่านมา

    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)
    }
    })})

    • @himanshugaur684
      @himanshugaur684  3 วันที่ผ่านมา

      It's because of edgeToEdge(). Use Modifier.safeContentPadding().

  • @MuhammadHasnain-kp3hh
    @MuhammadHasnain-kp3hh 2 หลายเดือนก่อน

    When I terminate the app from background(swipe up from recents) no notification shows. can you please guide me how can I resolve this

  • @wadiiya
    @wadiiya 2 หลายเดือนก่อน

    the github repo is not working

  • @wadiiya
    @wadiiya 2 หลายเดือนก่อน

    the code is not working