I want to build up a small Android application that can remind us of any event/Task we mark on it. It can be like reminding us about a meeting, time to pay any bill etc. The app can take from the user the event name, date and time of the event. Store the details to the database and alert the user 10 min before the event.
I am new in android development.Please give me some idea to create this application.