文件名称:android-viewflow-master
-
所属分类:
- 标签属性:
- 上传时间:2013-04-04
-
文件大小:236.9kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
View Flow for Android
ViewFlow is an Android UI widget providing a horizontally scrollable ViewGroup with items populated from an Adapter. Scroll down to the bottom of the page for a screen shot.
The component is a Library Project. This means that there s no need to copy-paste resources into your own project, simply add the viewflow component as a reference to any project.
ViewFlow is an Android UI widget providing a horizontally scrollable ViewGroup with items populated from an Adapter. Scroll down to the bottom of the page for a screen shot.
The component is a Library Project. This means that there s no need to copy-paste resources into your own project, simply add the viewflow component as a reference to any project.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
android-viewflow-master/
android-viewflow-master/.gitignore
android-viewflow-master/README.md
android-viewflow-master/viewflow-example/
android-viewflow-master/viewflow-example/.classpath
android-viewflow-master/viewflow-example/.project
android-viewflow-master/viewflow-example/AndroidManifest.xml
android-viewflow-master/viewflow-example/assets/
android-viewflow-master/viewflow-example/assets/fonts/
android-viewflow-master/viewflow-example/assets/fonts/Antic.ttf
android-viewflow-master/viewflow-example/default.properties
android-viewflow-master/viewflow-example/res/
android-viewflow-master/viewflow-example/res/drawable-hdpi/
android-viewflow-master/viewflow-example/res/drawable-hdpi/icon.png
android-viewflow-master/viewflow-example/res/drawable-ldpi/
android-viewflow-master/viewflow-example/res/drawable-ldpi/icon.png
android-viewflow-master/viewflow-example/res/drawable-mdpi/
android-viewflow-master/viewflow-example/res/drawable-mdpi/icon.png
android-viewflow-master/viewflow-example/res/drawable/
android-viewflow-master/viewflow-example/res/drawable/android.jpg
android-viewflow-master/viewflow-example/res/drawable/cupcake.jpg
android-viewflow-master/viewflow-example/res/drawable/donut.jpg
android-viewflow-master/viewflow-example/res/drawable/eclair.png
android-viewflow-master/viewflow-example/res/drawable/froyo.png
android-viewflow-master/viewflow-example/res/drawable/gingerbread.png
android-viewflow-master/viewflow-example/res/drawable/honeycomb.png
android-viewflow-master/viewflow-example/res/drawable/icecream.png
android-viewflow-master/viewflow-example/res/layout/
android-viewflow-master/viewflow-example/res/layout/circle_layout.xml
android-viewflow-master/viewflow-example/res/layout/day_view.xml
android-viewflow-master/viewflow-example/res/layout/diff_view1.xml
android-viewflow-master/viewflow-example/res/layout/diff_view2.xml
android-viewflow-master/viewflow-example/res/layout/flow_item.xml
android-viewflow-master/viewflow-example/res/layout/image_item.xml
android-viewflow-master/viewflow-example/res/layout/main.xml
android-viewflow-master/viewflow-example/res/layout/title_layout.xml
android-viewflow-master/viewflow-example/res/values/
android-viewflow-master/viewflow-example/res/values/color.xml
android-viewflow-master/viewflow-example/res/values/strings.xml
android-viewflow-master/viewflow-example/screen.png
android-viewflow-master/viewflow-example/screen2.png
android-viewflow-master/viewflow-example/src/
android-viewflow-master/viewflow-example/src/org/
android-viewflow-master/viewflow-example/src/org/taptwo/
android-viewflow-master/viewflow-example/src/org/taptwo/android/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/AndroidVersionAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/AsyncAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/AsyncDataFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/CircleViewFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/DiffAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/DiffViewFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/ImageAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/TitleViewFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/ViewFlowExample.java
android-viewflow-master/viewflow/
android-viewflow-master/viewflow/.classpath
android-viewflow-master/viewflow/.project
android-viewflow-master/viewflow/AndroidManifest.xml
android-viewflow-master/viewflow/build.xml
android-viewflow-master/viewflow/default.properties
android-viewflow-master/viewflow/res/
android-viewflow-master/viewflow/res/drawable/
android-viewflow-master/viewflow/res/drawable/icon.png
android-viewflow-master/viewflow/res/values/
android-viewflow-master/viewflow/res/values/attrs.xml
android-viewflow-master/viewflow/res/values/strings.xml
android-viewflow-master/viewflow/src/
android-viewflow-master/viewflow/src/org/
android-viewflow-master/viewflow/src/org/taptwo/
android-viewflow-master/viewflow/src/org/taptwo/android/
android-viewflow-master/viewflow/src/org/taptwo/android/widget/
android-viewflow-master/viewflow/src/org/taptwo/android/widget/CircleFlowIndicator.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/FlowIndicator.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/TitleFlowIndicator.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/TitleProvider.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/ViewFlow.java
android-viewflow-master/.gitignore
android-viewflow-master/README.md
android-viewflow-master/viewflow-example/
android-viewflow-master/viewflow-example/.classpath
android-viewflow-master/viewflow-example/.project
android-viewflow-master/viewflow-example/AndroidManifest.xml
android-viewflow-master/viewflow-example/assets/
android-viewflow-master/viewflow-example/assets/fonts/
android-viewflow-master/viewflow-example/assets/fonts/Antic.ttf
android-viewflow-master/viewflow-example/default.properties
android-viewflow-master/viewflow-example/res/
android-viewflow-master/viewflow-example/res/drawable-hdpi/
android-viewflow-master/viewflow-example/res/drawable-hdpi/icon.png
android-viewflow-master/viewflow-example/res/drawable-ldpi/
android-viewflow-master/viewflow-example/res/drawable-ldpi/icon.png
android-viewflow-master/viewflow-example/res/drawable-mdpi/
android-viewflow-master/viewflow-example/res/drawable-mdpi/icon.png
android-viewflow-master/viewflow-example/res/drawable/
android-viewflow-master/viewflow-example/res/drawable/android.jpg
android-viewflow-master/viewflow-example/res/drawable/cupcake.jpg
android-viewflow-master/viewflow-example/res/drawable/donut.jpg
android-viewflow-master/viewflow-example/res/drawable/eclair.png
android-viewflow-master/viewflow-example/res/drawable/froyo.png
android-viewflow-master/viewflow-example/res/drawable/gingerbread.png
android-viewflow-master/viewflow-example/res/drawable/honeycomb.png
android-viewflow-master/viewflow-example/res/drawable/icecream.png
android-viewflow-master/viewflow-example/res/layout/
android-viewflow-master/viewflow-example/res/layout/circle_layout.xml
android-viewflow-master/viewflow-example/res/layout/day_view.xml
android-viewflow-master/viewflow-example/res/layout/diff_view1.xml
android-viewflow-master/viewflow-example/res/layout/diff_view2.xml
android-viewflow-master/viewflow-example/res/layout/flow_item.xml
android-viewflow-master/viewflow-example/res/layout/image_item.xml
android-viewflow-master/viewflow-example/res/layout/main.xml
android-viewflow-master/viewflow-example/res/layout/title_layout.xml
android-viewflow-master/viewflow-example/res/values/
android-viewflow-master/viewflow-example/res/values/color.xml
android-viewflow-master/viewflow-example/res/values/strings.xml
android-viewflow-master/viewflow-example/screen.png
android-viewflow-master/viewflow-example/screen2.png
android-viewflow-master/viewflow-example/src/
android-viewflow-master/viewflow-example/src/org/
android-viewflow-master/viewflow-example/src/org/taptwo/
android-viewflow-master/viewflow-example/src/org/taptwo/android/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/AndroidVersionAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/AsyncAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/AsyncDataFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/CircleViewFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/DiffAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/DiffViewFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/ImageAdapter.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/TitleViewFlowExample.java
android-viewflow-master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/ViewFlowExample.java
android-viewflow-master/viewflow/
android-viewflow-master/viewflow/.classpath
android-viewflow-master/viewflow/.project
android-viewflow-master/viewflow/AndroidManifest.xml
android-viewflow-master/viewflow/build.xml
android-viewflow-master/viewflow/default.properties
android-viewflow-master/viewflow/res/
android-viewflow-master/viewflow/res/drawable/
android-viewflow-master/viewflow/res/drawable/icon.png
android-viewflow-master/viewflow/res/values/
android-viewflow-master/viewflow/res/values/attrs.xml
android-viewflow-master/viewflow/res/values/strings.xml
android-viewflow-master/viewflow/src/
android-viewflow-master/viewflow/src/org/
android-viewflow-master/viewflow/src/org/taptwo/
android-viewflow-master/viewflow/src/org/taptwo/android/
android-viewflow-master/viewflow/src/org/taptwo/android/widget/
android-viewflow-master/viewflow/src/org/taptwo/android/widget/CircleFlowIndicator.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/FlowIndicator.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/TitleFlowIndicator.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/TitleProvider.java
android-viewflow-master/viewflow/src/org/taptwo/android/widget/ViewFlow.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.