I am new to android application development. I am doing an application for my final year project.
My application will remind a user for an appointment. So far I manage to show the alert on notification bar on the appointment date.
My supervisor has requested to add a function, that, when a user tab on the notification bar, there will be a dialog window and show the details (Title of the appointment and the location).
How do I achieve this?