I want to create an reminder app on android. How it works after closing the app? Thank you.
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