文件名称:photowallfallsdemo
介绍说明--下载内容来自于网络,使用问题请自行百度
PhotoWallFallsDemoAndroid瀑布流照片墙实现,或者说是图片墙,体验Android的不规则布局,里面包括对图片进行管理的类,图片缓存技术的核心类,用于缓存在瀑布流中所显示的图片,在程序内存达到设定值时会将最少最近使用的图片移除掉。以及ImageLoader的实例,将一张图片存储到LruCache中,从LruCache中获取一张图片,如果不存在就返回null。第一次解析将inJustDecodeBounds设置为true,来获取图片大校自定义的ScrollView,在其中动态地对图片进行添加。
@param key
LruCache的键,这里传入图片的URL地址。
@return 对应传入键的Bitmap对象,或者null。
一些关键性的初始化操作,获取MyScrollView的高度,以及得到第一列的宽度值。并在这里开始加载第一页的图片,监听用户的触屏事件,如果用户手指离开屏幕则开始进行滚动检测等。-PhotoWallFallsDemoAndroid waterfall stream photo wall achieve, or is the picture wall, experience the irregular layout of Android, which includes the picture management classes, core classes picture caching techniques for caching in the waterfall stream shown in the picture, in the program When memory reaches the set value will remove the least recently used picture out. And ImageLoader instance, a picture will be stored LruCache, gets a picture from LruCache, if it does not exist return null. The first resolution will inJustDecodeBounds set to true, to get the picture Colonel custom ScrollView, in which the picture is dynamically added. @ Param key LruCache key, where the incoming image URL. @ Return the corresponding incoming keys Bitmap object, or null. Some key initialization, get MyScrollView height and width values 琠漀 get the first column. And here the picture on the first page starts loading, monitoring the user' s touch event, if the user' s finger off the screen starts t
@param key
LruCache的键,这里传入图片的URL地址。
@return 对应传入键的Bitmap对象,或者null。
一些关键性的初始化操作,获取MyScrollView的高度,以及得到第一列的宽度值。并在这里开始加载第一页的图片,监听用户的触屏事件,如果用户手指离开屏幕则开始进行滚动检测等。-PhotoWallFallsDemoAndroid waterfall stream photo wall achieve, or is the picture wall, experience the irregular layout of Android, which includes the picture management classes, core classes picture caching techniques for caching in the waterfall stream shown in the picture, in the program When memory reaches the set value will remove the least recently used picture out. And ImageLoader instance, a picture will be stored LruCache, gets a picture from LruCache, if it does not exist return null. The first resolution will inJustDecodeBounds set to true, to get the picture Colonel custom ScrollView, in which the picture is dynamically added. @ Param key LruCache key, where the incoming image URL. @ Return the corresponding incoming keys Bitmap object, or null. Some key initialization, get MyScrollView height and width values 琠漀 get the first column. And here the picture on the first page starts loading, monitoring the user' s touch event, if the user' s finger off the screen starts t
(系统自动生成,下载前可以参看下载内容)
下载文件列表
codefans.net/PhotoWallFallsDemo/.classpath
codefans.net/PhotoWallFallsDemo/.project
codefans.net/PhotoWallFallsDemo/AndroidManifest.xml
codefans.net/PhotoWallFallsDemo/bin/AndroidManifest.xml
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/BuildConfig.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/ImageLoader$1.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/ImageLoader.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/Images.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MainActivity.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MyScrollView$1.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MyScrollView$LoadImageTask.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MyScrollView.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$attr.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$dimen.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$drawable.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$id.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$layout.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$menu.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$string.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$style.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R.class
codefans.net/PhotoWallFallsDemo/bin/classes.dex
codefans.net/PhotoWallFallsDemo/bin/dexedLibs/android-support-v4-55936e9547fb9e443c3438d66b8a8f1d.jar
codefans.net/PhotoWallFallsDemo/bin/dexedLibs/android-support-v4-e53e98ef670068c4429ac41e734df59c.jar
codefans.net/PhotoWallFallsDemo/bin/dexedLibs/annotations-71d57723ba71f6b867d4c18862ec4d4b.jar
codefans.net/PhotoWallFallsDemo/bin/jarlist.cache
codefans.net/PhotoWallFallsDemo/bin/PhotoWallFallsDemo.apk
codefans.net/PhotoWallFallsDemo/bin/res/drawable-hdpi/empty_photo.9.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-hdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-mdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xxhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/resources.ap_
codefans.net/PhotoWallFallsDemo/gen/com/example/photowallfallsdemo/BuildConfig.java
codefans.net/PhotoWallFallsDemo/gen/com/example/photowallfallsdemo/R.java
codefans.net/PhotoWallFallsDemo/ic_launcher-web.png
codefans.net/PhotoWallFallsDemo/libs/android-support-v4.jar
codefans.net/PhotoWallFallsDemo/proguard-project.txt
codefans.net/PhotoWallFallsDemo/project.properties
codefans.net/PhotoWallFallsDemo/res/drawable-hdpi/empty_photo.9.png
codefans.net/PhotoWallFallsDemo/res/drawable-hdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/drawable-mdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/drawable-xhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/drawable-xxhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/layout/activity_main.xml
codefans.net/PhotoWallFallsDemo/res/menu/main.xml
codefans.net/PhotoWallFallsDemo/res/values/dimens.xml
codefans.net/PhotoWallFallsDemo/res/values/strings.xml
codefans.net/PhotoWallFallsDemo/res/values/styles.xml
codefans.net/PhotoWallFallsDemo/res/values-sw600dp/dimens.xml
codefans.net/PhotoWallFallsDemo/res/values-sw720dp-land/dimens.xml
codefans.net/PhotoWallFallsDemo/res/values-v11/styles.xml
codefans.net/PhotoWallFallsDemo/res/values-v14/styles.xml
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/ImageLoader.java
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/Images.java
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/MainActivity.java
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/MyScrollView.java
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo
codefans.net/PhotoWallFallsDemo/bin/classes/com/example
codefans.net/PhotoWallFallsDemo/gen/com/example/photowallfallsdemo
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo
codefans.net/PhotoWallFallsDemo/bin/classes/com
codefans.net/PhotoWallFallsDemo/bin/res/drawable-hdpi
codefans.net/PhotoWallFallsDemo/bin/res/drawable-mdpi
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xhdpi
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xxhdpi
codefans.net/PhotoWallFallsDemo/gen/com/example
codefans.net/PhotoWallFallsDemo/src/com/example
codefans.net/PhotoWallFallsDemo/bin/classes
codefans.net/PhotoWallFallsDemo/bin/dexedLibs
codefans.net/PhotoWallFallsDemo/bin/res
codefans.net/PhotoWallFallsDemo/gen/com
codefans.net/PhotoWallFallsDemo/res/drawable-hdpi
codefans.net/PhotoWallFallsDemo/res/drawable-ldpi
codefans.net/PhotoWallFallsDemo/res/drawable-mdpi
co
codefans.net/PhotoWallFallsDemo/.project
codefans.net/PhotoWallFallsDemo/AndroidManifest.xml
codefans.net/PhotoWallFallsDemo/bin/AndroidManifest.xml
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/BuildConfig.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/ImageLoader$1.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/ImageLoader.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/Images.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MainActivity.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MyScrollView$1.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MyScrollView$LoadImageTask.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/MyScrollView.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$attr.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$dimen.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$drawable.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$id.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$layout.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$menu.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$string.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R$style.class
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo/R.class
codefans.net/PhotoWallFallsDemo/bin/classes.dex
codefans.net/PhotoWallFallsDemo/bin/dexedLibs/android-support-v4-55936e9547fb9e443c3438d66b8a8f1d.jar
codefans.net/PhotoWallFallsDemo/bin/dexedLibs/android-support-v4-e53e98ef670068c4429ac41e734df59c.jar
codefans.net/PhotoWallFallsDemo/bin/dexedLibs/annotations-71d57723ba71f6b867d4c18862ec4d4b.jar
codefans.net/PhotoWallFallsDemo/bin/jarlist.cache
codefans.net/PhotoWallFallsDemo/bin/PhotoWallFallsDemo.apk
codefans.net/PhotoWallFallsDemo/bin/res/drawable-hdpi/empty_photo.9.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-hdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-mdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xxhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/bin/resources.ap_
codefans.net/PhotoWallFallsDemo/gen/com/example/photowallfallsdemo/BuildConfig.java
codefans.net/PhotoWallFallsDemo/gen/com/example/photowallfallsdemo/R.java
codefans.net/PhotoWallFallsDemo/ic_launcher-web.png
codefans.net/PhotoWallFallsDemo/libs/android-support-v4.jar
codefans.net/PhotoWallFallsDemo/proguard-project.txt
codefans.net/PhotoWallFallsDemo/project.properties
codefans.net/PhotoWallFallsDemo/res/drawable-hdpi/empty_photo.9.png
codefans.net/PhotoWallFallsDemo/res/drawable-hdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/drawable-mdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/drawable-xhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/drawable-xxhdpi/ic_launcher.png
codefans.net/PhotoWallFallsDemo/res/layout/activity_main.xml
codefans.net/PhotoWallFallsDemo/res/menu/main.xml
codefans.net/PhotoWallFallsDemo/res/values/dimens.xml
codefans.net/PhotoWallFallsDemo/res/values/strings.xml
codefans.net/PhotoWallFallsDemo/res/values/styles.xml
codefans.net/PhotoWallFallsDemo/res/values-sw600dp/dimens.xml
codefans.net/PhotoWallFallsDemo/res/values-sw720dp-land/dimens.xml
codefans.net/PhotoWallFallsDemo/res/values-v11/styles.xml
codefans.net/PhotoWallFallsDemo/res/values-v14/styles.xml
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/ImageLoader.java
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/Images.java
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/MainActivity.java
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo/MyScrollView.java
codefans.net/PhotoWallFallsDemo/bin/classes/com/example/photowallfallsdemo
codefans.net/PhotoWallFallsDemo/bin/classes/com/example
codefans.net/PhotoWallFallsDemo/gen/com/example/photowallfallsdemo
codefans.net/PhotoWallFallsDemo/src/com/example/photowallfallsdemo
codefans.net/PhotoWallFallsDemo/bin/classes/com
codefans.net/PhotoWallFallsDemo/bin/res/drawable-hdpi
codefans.net/PhotoWallFallsDemo/bin/res/drawable-mdpi
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xhdpi
codefans.net/PhotoWallFallsDemo/bin/res/drawable-xxhdpi
codefans.net/PhotoWallFallsDemo/gen/com/example
codefans.net/PhotoWallFallsDemo/src/com/example
codefans.net/PhotoWallFallsDemo/bin/classes
codefans.net/PhotoWallFallsDemo/bin/dexedLibs
codefans.net/PhotoWallFallsDemo/bin/res
codefans.net/PhotoWallFallsDemo/gen/com
codefans.net/PhotoWallFallsDemo/res/drawable-hdpi
codefans.net/PhotoWallFallsDemo/res/drawable-ldpi
codefans.net/PhotoWallFallsDemo/res/drawable-mdpi
co
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.