文件名称:car expenses android application

  • 所属分类:
  • 其它
  • 资源属性:
  • [Android] [Java] [源码]
  • 上传时间:
  • 2013-01-21
  • 文件大小:
  • 712.79kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • fewerctk
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

- use to calculate all the expense
-display all expense in bar chart view
-android platform
相关搜索: android
barchart

(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : car report.rar 列表
car report/.classpath
car report/.gitignore
car report/.project
car report/.settings/org.eclipse.core.resources.prefs
car report/AndroidManifest.xml
car report/assets/help-0-de.html
car report/assets/help-0-en.html
car report/assets/help-1-de.html
car report/assets/help-1-en.html
car report/assets/help-2-de.html
car report/assets/help-2-en.html
car report/assets/licenses.html
car report/bin/res/drawable-hdpi/ic_accept.png
car report/bin/res/drawable-hdpi/ic_cancel.png
car report/bin/res/drawable-hdpi/ic_discard.png
car report/bin/res/drawable-hdpi/ic_edit.png
car report/bin/res/drawable-hdpi/ic_launcher.png
car report/bin/res/drawable-hdpi/ic_new.png
car report/bin/res/drawable-hdpi/ic_settings.png
car report/bin/res/drawable-mdpi/ic_accept.png
car report/bin/res/drawable-mdpi/ic_cancel.png
car report/bin/res/drawable-mdpi/ic_discard.png
car report/bin/res/drawable-mdpi/ic_edit.png
car report/bin/res/drawable-mdpi/ic_launcher.png
car report/bin/res/drawable-mdpi/ic_new.png
car report/bin/res/drawable-mdpi/ic_settings.png
car report/bin/res/drawable-xhdpi/ic_accept.png
car report/bin/res/drawable-xhdpi/ic_cancel.png
car report/bin/res/drawable-xhdpi/ic_discard.png
car report/bin/res/drawable-xhdpi/ic_edit.png
car report/bin/res/drawable-xhdpi/ic_launcher.png
car report/bin/res/drawable-xhdpi/ic_new.png
car report/bin/res/drawable-xhdpi/ic_settings.png
car report/COPYING
car report/libs/chartlib.jar
car report/libs/joda-time-2.1.jar
car report/lint.xml
car report/proguard-project.txt
car report/project.properties
car report/res/drawable/color_button.xml
car report/res/drawable/section_header.xml
car report/res/drawable-hdpi/ic_about.png
car report/res/drawable-hdpi/ic_accept.png
car report/res/drawable-hdpi/ic_calculate.png
car report/res/drawable-hdpi/ic_cancel.png
car report/res/drawable-hdpi/ic_data_detail_other.png
car report/res/drawable-hdpi/ic_data_detail_refueling.png
car report/res/drawable-hdpi/ic_discard.png
car report/res/drawable-hdpi/ic_edit.png
car report/res/drawable-hdpi/ic_help.png
car report/res/drawable-hdpi/ic_launcher.png
car report/res/drawable-hdpi/ic_menu_overflow.png
car report/res/drawable-hdpi/ic_new.png
car report/res/drawable-hdpi/ic_settings.png
car report/res/drawable-mdpi/ic_about.png
car report/res/drawable-mdpi/ic_accept.png
car report/res/drawable-mdpi/ic_calculate.png
car report/res/drawable-mdpi/ic_cancel.png
car report/res/drawable-mdpi/ic_data_detail_other.png
car report/res/drawable-mdpi/ic_data_detail_refueling.png
car report/res/drawable-mdpi/ic_discard.png
car report/res/drawable-mdpi/ic_edit.png
car report/res/drawable-mdpi/ic_help.png
car report/res/drawable-mdpi/ic_launcher.png
car report/res/drawable-mdpi/ic_menu_overflow.png
car report/res/drawable-mdpi/ic_new.png
car report/res/drawable-mdpi/ic_settings.png
car report/res/drawable-xhdpi/ic_about.png
car report/res/drawable-xhdpi/ic_accept.png
car report/res/drawable-xhdpi/ic_calculate.png
car report/res/drawable-xhdpi/ic_cancel.png
car report/res/drawable-xhdpi/ic_data_detail_other.png
car report/res/drawable-xhdpi/ic_data_detail_refueling.png
car report/res/drawable-xhdpi/ic_discard.png
car report/res/drawable-xhdpi/ic_edit.png
car report/res/drawable-xhdpi/ic_help.png
car report/res/drawable-xhdpi/ic_launcher.png
car report/res/drawable-xhdpi/ic_menu_overflow.png
car report/res/drawable-xhdpi/ic_new.png
car report/res/drawable-xhdpi/ic_settings.png
car report/res/layout/activity_data_detail.xml
car report/res/layout/activity_data_list.xml
car report/res/layout/activity_report.xml
car report/res/layout/fragment_data_detail_other.xml
car report/res/layout/fragment_data_detail_refueling.xml
car report/res/layout/fragment_data_list.xml
car report/res/layout/fragment_help_detail.xml
car report/res/layout/fragment_prefs_about.xml
car report/res/layout/separator_list_item.xml
car report/res/layout/split_list_item_1.xml
car report/res/layout/two_line_list_item_5.xml
car report/res/layout-land/activity_report.xml
car report/res/layout-sw800dp/activity_data_detail.xml
car report/res/layout-sw800dp/activity_data_list.xml
car report/res/menu/cab_delete.xml
car report/res/menu/edit.xml
car report/res/menu/edit_cars.xml
car report/res/menu/report.xml
car report/res/menu/report_options.xml
car report/res/menu/view_data.xml
car report/res/values/arrays.xml
car report/res/values/plurals.xml
car report/res/values/strings.xml
car report/res/values/styles.xml
car report/res/values-de/arrays.xml
car report/res/values-de/plurals.xml
car report/res/values-de/strings.xml
car report/res/xml/help_headers.xml
car report/res/xml/preferences_backup.xml
car report/res/xml/preferences_general.xml
car report/res/xml/preference_headers.xml
car report/src/me/kuehle/carreport/Application.java
car report/src/me/kuehle/carreport/db/AbstractItem.java
car report/src/me/kuehle/carreport/db/Car.java
car report/src/me/kuehle/carreport/db/CarTable.java
car report/src/me/kuehle/carreport/db/Helper.java
car report/src/me/kuehle/carreport/db/OtherCost.java
car report/src/me/kuehle/carreport/db/OtherCostTable.java
car report/src/me/kuehle/carreport/db/Refueling.java
car r

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org