A simple bank account tracking application for Android.
Account_Tracker is hosted in the following web site
https://github.com/jroratorio/Account_Tracker
If you think the Android project Account_Tracker 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 Account_Tracker.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_SUPERUSER android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in Account_Tracker. The names of the image files are listed as follows.
app_icon.png crossbutton.png
The following screenshort is generated from the image listed above.
Account_Tracker has the following Java source files.
com.example.accounttracker.Account.java com.example.accounttracker.AccountTracker.java com.example.accounttracker.AddAccountActivity.java com.example.accounttracker.AddTransActivity.java com.example.accounttracker.ContactUsActivity.java com.example.accounttracker.DBHelper.java com.example.accounttracker.Database.java com.example.accounttracker.EditAccountActivity.java com.example.accounttracker.LoginInfo.java com.example.accounttracker.MainActivity.java com.example.accounttracker.RecentTransActivity.java com.example.accounttracker.Transaction.java