Monday, August 11, 2014

Accounts Tracker free android projects with source codes

Accounts Tracker free android projects with source codes

This Android application allows user to keep track of current balance in different bank accounts held by the user and the transactions of those accounts The following are the major operations in this application.
  • List of bank accounts
  • Adding new bank account
  • Updating an existing bank account
  • Deleting a bank account
  • List of transactions related to a bank accounts
  • List of recent 10 transactions from all accounts
  • Search Transactions by date and amount
  • Showing all details of a single transaction
  • Deleting a transaction

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 accountstracker.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 Unknow 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 accountstracker.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\accountstracker.
  2. 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:\accountstracker). It displays the name of the project (AccountsTracker) in Projects listbox.
    5. Click Finish button. Project is imported into current workspace.
  3. When you run project first time database is automatically created and tables are created.
  4. Click on Add Account button and add a couple of accounts
  5. Use Add Transactions in menu or Add Trans button in list accounts activity to add some transactions for accounts
  6. Test other operations

Class Scheduler free android projects with source codes

Class Scheduler free android projects with source codes

This Android application allows a trainer to keep track of batches and classes. Once trainer enters details about batches that are to be started, the application displays the ending date and the entire schedule of classes. It is also possible to add, delete and cancel  classes. The following are the major operations in this application.
  • List of Batches
  • Adding new batch
  • Updating an existing batch
  • Deleting an existing batch
  • List of classes
  • Adding a new class without or without changing last date
  • Cancel a class and add a new class after the last class
  • Update an existing class
  • Deleting an existing class

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 ClassScheduler.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 Unknow 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 ClassScheduler.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\classscheduler.
  2. 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:\classscheduler). It displays the name of the project (ClasssScheduler) in Projects listbox.
    5. Click Finish button. Project is imported into current workspace.
  3. When you run project first time database is automatically created and tables are created.
  4. Click on Add Batch button and add a couple of batches
  5. Use List Classes button and check the scheduler for the selected batch

Financial Notifier free android projects with source codes

Financial Notifier free android projects with source codes

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.
  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.