文件名称:2013-3-9
介绍说明--下载内容均来自于网络,请自行研究使用
listView展示数组1 拖动ListView到界面中
2 在后台代码引用ListView (和其他控件的访问一致)
3 分析定义ListView的项模板
4 获取数据集合
5 自定义适配器,实际上就是继承BaseAdapter-listView display array drag ListView to interface ListView (and other controls access to consistent references in the code-behind) analysis defined ListView item template for data collection 5 custom adapter is actually inherited BaseAdapter
2 在后台代码引用ListView (和其他控件的访问一致)
3 分析定义ListView的项模板
4 获取数据集合
5 自定义适配器,实际上就是继承BaseAdapter-listView display array drag ListView to interface ListView (and other controls access to consistent references in the code-behind) analysis defined ListView item template for data collection 5 custom adapter is actually inherited BaseAdapter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2013-3-9
........\lsttest
........\.......\.classpath
........\.......\.project
........\.......\.settings
........\.......\.........\org.eclipse.jdt.core.prefs
........\.......\AndroidManifest.xml
........\.......\assets
........\.......\bin
........\.......\...\AndroidManifest.xml
........\.......\...\classes
........\.......\...\.......\com
........\.......\...\.......\...\example
........\.......\...\.......\...\.......\lsttest
........\.......\...\.......\...\.......\.......\BuildConfig.class
........\.......\...\.......\...\.......\.......\ImageActivity$1.class
........\.......\...\.......\...\.......\.......\ImageActivity.class
........\.......\...\.......\...\.......\.......\ImageOperation.class
........\.......\...\.......\...\.......\.......\JsonHelper.class
........\.......\...\.......\...\.......\.......\MainActivity$1.class
........\.......\...\.......\...\.......\.......\MainActivity$MusicAdapter$1.class
........\.......\...\.......\...\.......\.......\MainActivity$MusicAdapter.class
........\.......\...\.......\...\.......\.......\MainActivity.class
........\.......\...\.......\...\.......\.......\Music.class
........\.......\...\.......\...\.......\.......\MusicDao.class
........\.......\...\.......\...\.......\.......\R$attr.class
........\.......\...\.......\...\.......\.......\R$drawable.class
........\.......\...\.......\...\.......\.......\R$id.class
........\.......\...\.......\...\.......\.......\R$layout.class
........\.......\...\.......\...\.......\.......\R$menu.class
........\.......\...\.......\...\.......\.......\R$string.class
........\.......\...\.......\...\.......\.......\R$style.class
........\.......\...\.......\...\.......\.......\R.class
........\.......\...\classes.dex
........\.......\...\jarlist.cache
........\.......\...\lsttest.apk
........\.......\...\res
........\.......\...\...\drawable-hdpi
........\.......\...\...\.............\ic_action_search.png
........\.......\...\...\.............\ic_launcher.png
........\.......\...\...\drawable-ldpi
........\.......\...\...\.............\ic_launcher.png
........\.......\...\...\drawable-mdpi
........\.......\...\...\.............\ic_action_search.png
........\.......\...\...\.............\ic_launcher.png
........\.......\...\...\drawable-xhdpi
........\.......\...\...\..............\ic_action_search.png
........\.......\...\...\..............\ic_launcher.png
........\.......\...\resources.ap_
........\.......\gen
........\.......\...\com
........\.......\...\...\example
........\.......\...\...\.......\lsttest
........\.......\...\...\.......\.......\BuildConfig.java
........\.......\...\...\.......\.......\R.java
........\.......\ic_launcher-web.png
........\.......\libs
........\.......\....\android-support-v4.jar
........\.......\proguard-project.txt
........\.......\project.properties
........\.......\res
........\.......\...\drawable-hdpi
........\.......\...\.............\ic_action_search.png
........\.......\...\.............\ic_launcher.png
........\.......\...\drawable-ldpi
........\.......\...\.............\ic_launcher.png
........\.......\...\drawable-mdpi
........\.......\...\.............\ic_action_search.png
........\.......\...\.............\ic_launcher.png
........\.......\...\drawable-xhdpi
........\.......\...\..............\ic_action_search.png
........\.......\...\..............\ic_launcher.png
........\.......\...\layout
........\.......\...\......\activity_main.xml
........\.......\...\......\imagetest.xml
........\.......\...\......\messageshow.xml
........\.......\...\......\music_item.xml
........\.......\...\menu
........\.......\...\....\activity_main.xml
........\.......\...\values
........\.......\...\......\strings.xml
........\.......\...\......\styles.xml
........\.......\src
........\.......\...\com
........\.......\...\...\example
........\.......\...\...\.......\lsttest
........\.......\...\...\.......\.......\ImageActivity.java
........\.......\...\...\.......\.......\ImageOperation.java
........\.......\...\...\.......\.......\JsonHelper.java
........\.......\...\...\.......\.......\MainActiv