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.
- List Vehicle Insurances
- Add Vehicle Insurance
- Update Vehicle Insurance
- Delete Vehicle Insurance
- List Life Insurances
- Add Life Insurance
- Update Life Insurance
- Delete Life Insurance
- List Fixed Deposits
- Add Fixed Deposit
- Update Fixed Deposit
- Delete Fixed Deposit
- List of upcoming events within the next given number of days
- Notifying the user with statusbar notification for all upcoming events
- Allowing users to change the hour of the day at which notifications to be sent and how many days days before the event the notification must be sent
- Allows user to backup database to SDCARD and restore from SDCARD
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.
- 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.
- This applications needs API Level 8
- Start Eclipse IDE and import this project into Eclipse Workspace as follows :
- Select File->Import
- Select General node and Existing Projects into Workspace
- Click on Next
- 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.
- Click Finish button. Project is imported into current workspace.
- When you run project first time database is automatically created and tables are created.
- Select buttons in the first Activity and start adding Vehicle Insurances, Life Insurances and Fixed Deposits.
- By default the application sends notifications at 6:00 am everyday for events that are coming up in the next 7 days.