Android Notifications Tutorial: Getting Started

In this Android Notifications tutorial, you will learn how to create an App that allows you to set reminders at different schedules. By Kyle Jablonski.

4.2 (22) · 1 Review

Download materials
Save for later
Share
You are currently viewing page 3 of 3 of this article. Click here to view the first page.

Where to Go From Here?

If you had trouble completing the tutorial, the final project is available in the original download under the PetMedicineReminder-Finished folder. Download it using the Download Materials button found at the top or bottom of this tutorial. For some additional features in the application, please poke around the source code.

In this tutorial, you have learned how to create notifications, notification channels, notification groups, and customize their display and behavior. You have learned how to add actions to notifications and work with the AlarmManager to schedule notifications to display in the future. You have also taken a brief look into the BroadcastReceiver.

If you have any questions or comments, please feel free to join the discussion below or reach out for more details. Good luck and happy coding!