文件名称:ListViewTable
介绍说明--下载内容均来自于网络,请自行研究使用
Android使用ListView来实现表格的实例源码,可设置表格标题的背景颜色,是比较简单的android中使用ListView生成表格的小实例。-Android ListView to achieve using the example source code form, you can set the background color of the table heading, is relatively simple to use android ListView generated in the form of small examples.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ListViewTable\.classpath
.............\.project
.............\.settings\org.eclipse.jdt.core.prefs
.............\AndroidManifest.xml
.............\bin\AndroidManifest.xml
.............\...\classes\com\example\listviewtable\BuildConfig.class
.............\...\.......\...\.......\.............\ListTableActivity.class
.............\...\.......\...\.......\.............\Person.class
.............\...\.......\...\.......\.............\R$attr.class
.............\...\.......\...\.......\.............\R$drawable.class
.............\...\.......\...\.......\.............\R$id.class
.............\...\.......\...\.......\.............\R$layout.class
.............\...\.......\...\.......\.............\R$menu.class
.............\...\.......\...\.......\.............\R$string.class
.............\...\.......\...\.......\.............\R$style.class
.............\...\.......\...\.......\.............\R.class
.............\...\.......\...\.......\.............\TableAdapter$ViewHolder.class
.............\...\.......\...\.......\.............\TableAdapter.class
.............\...\classes.dex
.............\...\dexedLibs\android-support-v4-55927b526c4c8f3c036263f4f44ce612.jar
.............\...\.........\android-support-v4-6d6b6c3e61119761ffa90ac47ce99640.jar
.............\...\jarlist.cache
.............\...\ListTableActivity.apk
.............\...\ListViewTable.apk
.............\...\res\drawable-hdpi\ic_launcher.png
.............\...\...\.........ldpi\ic_launcher.png
.............\...\...\.........mdpi\ic_launcher.png
.............\...\...\.........xhdpi\ic_launcher.png
.............\...\resources.ap_
.............\gen\com\example\listviewtable\BuildConfig.java
.............\...\...\.......\.............\R.java
.............\ic_launcher-web.png
.............\libs\android-support-v4.jar
.............\proguard-project.txt
.............\project.properties
.............\res\drawable\listview_bg.xml
.............\...\........-hdpi\ic_launcher.png
.............\...\.........ldpi\ic_launcher.png
.............\...\.........mdpi\ic_launcher.png
.............\...\.........xhdpi\ic_launcher.png
.............\...\layout\activity_main.xml
.............\...\......\list_item.xml
.............\...\menu\activity_main.xml
.............\...\values\strings.xml
.............\...\......\styles.xml
.............\...\......-v11\styles.xml
.............\...\.........4\styles.xml
.............\src\com\example\listviewtable\ListTableActivity.java
.............\...\...\.......\.............\Person.java
.............\...\...\.......\.............\TableAdapter.java
.............\bin\classes\com\example\listviewtable
.............\...\.......\...\example
.............\gen\com\example\listviewtable
.............\src\com\example\listviewtable
.............\bin\classes\com
.............\...\res\drawable-hdpi
.............\...\...\drawable-ldpi
.............\...\...\drawable-mdpi
.............\...\...\drawable-xhdpi
.............\gen\com\example
.............\src\com\example
.............\bin\classes
.............\...\dexedLibs
.............\...\res
.............\gen\com
.............\res\drawable
.............\...\drawable-hdpi
.............\...\drawable-ldpi
.............\...\drawable-mdpi
.............\...\drawable-xhdpi
.............\...\layout
.............\...\menu
.............\...\values
.............\...\values-v11
.............\...\values-v14
.............\src\com
.............\.settings
.............\assets
.............\bin
.............\gen
.............\libs
.............\res
.............\src
ListViewTable