Android Expense App , use calendar storage to track expense records.
android-expense is hosted in the following web site
https://github.com/williamjoy/android-expense
If you think the Android project android-expense 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 android-expense.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 21 |
Activity Count | 6 |
Required Permissions | android.permission.INTERNET android.permission.READ_CALENDAR android.permission.WRITE_CALENDAR android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\calendar_chart.xhtml res\raw\google_chart.xhtml |
There are 11 image files in android-expense. The names of the image files are listed as follows.
ic_action_browser.png ic_action_cancel.png ic_action_chart.png ic_action_new.png ic_action_refresh.png ic_action_save.png ic_action_source_code.png ic_action_stats.png ic_action_sync.png ic_airplane.png ic_money.png
The following screenshort is generated from the image listed above.
android-expense has the following Java source files.
org.williamjoy.gexpense.AboutActivity.java org.williamjoy.gexpense.AbstractExpenseActivity.java org.williamjoy.gexpense.CalendarInstanceAdapter.java org.williamjoy.gexpense.CreateExpenseActivity.java org.williamjoy.gexpense.EditExpenseActivity.java org.williamjoy.gexpense.ExpenseActivity.java org.williamjoy.gexpense.ExpenseConstants.java org.williamjoy.gexpense.GoogleChartActivity.java org.williamjoy.gexpense.Preferences.java org.williamjoy.gexpense.ProgressBarStatsAdapter.java org.williamjoy.gexpense.model.CalendarData.java org.williamjoy.gexpense.model.CalendarInstanceData.java org.williamjoy.gexpense.util.DateHelper.java org.williamjoy.gexpense.util.RawTextHelper.java