摘要: ViewSwitcher1. ViewSwitcher is a subclass of ViewAnimator which is a subclass of Fragment.2. A ViewSwitcher is a ViewAnimator that switches between two views, and has a factory(ViewFactory) from which these views are created. You can either use the factory to create the views, or add them yourself.. 阅读全文
posted @ 2013-11-01 18:54 slowalker 阅读(291) 评论(0) 推荐(0) 编辑
摘要: ImageSwitcher is a subclass of ViewSwitcher. You can implement a ablum by ImageSwitcher.The following is a little demo:package com.slowalker.imageswitcherdemo;import android.os.Bundle;import android.app.Activity;import android.content.Context;import android.util.Log;import android.view.ActionMode;im 阅读全文
posted @ 2013-11-01 14:01 slowalker 阅读(172) 评论(0) 推荐(0) 编辑