Android application that intercepts SMS notifications from your bank and builds up a history of cashflows. Automatically categorises cashflows, income & expenses based into user-defined categories...
BudgetGuru is hosted in the following web site
https://github.com/avishkar58/BudgetGuru
If you think the Android project BudgetGuru listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of BudgetGuru.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Minimum SDK Version | 16 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-sqlite-asset-helper.jar android-support-v4.jar named-regexp-0.2.3.jar |
Required Permissions | android.permission.READ_SMS android.permission.RECEIVE_SMS |
Asset File Names | assets\databases\budgetguru.zip |
Raw File Names | res\raw\words.xml |
There are 2 image files in BudgetGuru. The names of the image files are listed as follows.
ic_action_star.png ic_action_user.png
The following screenshort is generated from the image listed above.
BudgetGuru has the following Java source files.
com.avinetsolutions.budgetGuru.BaseCashflowList.java com.avinetsolutions.budgetGuru.Cashflow.java com.avinetsolutions.budgetGuru.CashflowCategory.java com.avinetsolutions.budgetGuru.CashflowList.java com.avinetsolutions.budgetGuru.Category.java com.avinetsolutions.budgetGuru.CategoryList.java com.avinetsolutions.budgetGuru.CategoryRule.java com.avinetsolutions.budgetGuru.CategoryType.java com.avinetsolutions.budgetGuru.DatabaseHelper.java com.avinetsolutions.budgetGuru.MainActivity.java com.avinetsolutions.budgetGuru.MessageProcessor.java com.avinetsolutions.budgetGuru.SMSReceiver.java