Financial Notifier

This Android application notifies the user with statusbar notification for upcoming Vehicle insurance renewals, life insurance premium payments and fixed deposits maturity.

The following are the major operations in this application.

Screen Shots

Here are some screen shots related to this application.

Install Application In Android Device

If you want to install this application into your device, download FinancialNotifier.apk file into your device and install it when prompted to do so. For this to work in your device, you must go to Settings -> Applications and turn on Unknown Sources option.

Steps to download,  open and run this project

The following are the steps to be taken to run the existing part of the application.
  1. Download FinancialNotifier.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\FinancialNotifier.
  2. This applications needs API Level 8
  3. Start Eclipse IDE and import this project into Eclipse Workspace as follows :
    1. Select File->Import
    2. Select General node and Existing Projects into Workspace
    3. Click on Next
    4. Select root directory radio button and select folder into which you extracted .rar file (c:\FinancialNotifier). It displays the name of the project (FinancialNotifier) in Projects listbox.
    5. Click Finish button. Project is imported into current workspace.
  4. When you run project first time database is automatically created and tables are created.
  5. Select buttons in the first Activity and start adding Vehicle Insurances, Life Insurances and Fixed Deposits.
  6. By default the application sends notifications at 6:00 am everyday for events that are coming up in the next 7 days.