01 2011 档案
用ViewFlipper和GestureDetector实现手势翻页的效果
摘要:首先在布局文件中要有个ViewFlipper,这个可以用来加载View。可以在加载的View中做动画,但只能显示一个View。具体的API中是这样说的: Simple ViewAnimator that will animate between two or more views that have
阅读全文
ListView的分页显示
摘要:java文件: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 package com.anddev.ListMore.Test; 2 3 ...
阅读全文
ExpandableList的用法
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 package com.android.osb; 2 3 import android.ap
阅读全文