Search code examples
androidbackground-process

How android reminder app works after closing it


I want to create an reminder app on android. How it works after closing the app? Thank you.


Solution

  • Its called services. You can run process in background once you get permission from user.

    please learn more about services from here:

    https://developer.android.com/guide/components/services.html