资源简介
ViewPager的源码以及Android3.0一下使用属性动画的Jar包。

代码片段和文件信息
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package android.support.v4.view;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.SystemClock;
import android.support.v4.os.ParcelableCompat;
import android.support.v4.os.ParcelableCompatCreatorCallbacks;
import android.support.v4.view.accessibility.AccessibilityEventCompat;
import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
import android.support.v4.view.accessibility.AccessibilityRecordCompat;
import android.support.v4.widget.EdgeEffectCompat;
import android.util.AttributeSet;
import android.util.Log;
import android.view.FocusFinder;
import android.view.Gravity;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.SoundEffectConstants;
import android.view.VelocityTracker;
import android.view.View;
import android.view.ViewConfiguration;
import android.view.ViewGroup;
import android.view.ViewParent;
import android.view.accessibility.AccessibilityEvent;
import android.view.animation.Interpolator;
import android.widget.Scroller;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Note this class is currently under early design and
* development. The API will likely change in later updates of
* the compatibility library requiring changes to the source code
* of apps when they are compiled against the newer version.
*
*
ViewPager is most often used in conjunction with {@link android.app.Fragment}
* which is a convenient way to supply and manage the lifecycle of each page.
* There are standard adapters implemented for using fragments with the ViewPager
* which cover the most common use cases. These are
* {@link android.support.v4.app.FragmentPagerAdapter} and
* {@link android.support.v4.app.FragmentStatePagerAdapter}; each of these
* classes have simple code showing how to
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 110746 2014-10-22 20:19 源码及第三方jar\nineoldandroids-2.4.0.jar
文件 113022 2014-10-28 19:13 源码及第三方jar\ViewPager.java
目录 0 2016-07-27 10:20 源码及第三方jar
----------- --------- ---------- ----- ----
223768 3
- 上一篇:图片拼接成一张图片
- 下一篇:jacob 包 及dll文件
相关资源
- JNA所需要的jar包
- jsonarray所必需的6个jar包.rar
- utgard用到的jar包
- commons-beanutils-1.8.3.jar
- ehcache-core-2.5.1.jar
- android-support-v4.jar已打包进去源代码
- java实现小型函数画图板(附源代码、
- java读取DBF解决方案(可以解决javadb
- Android v7的一些jar包
- windows 系统下启动与结束java的jar包的
- axis.jar及依赖jar包
- axis2需要的1.6.2jar
- commons-codec-1.3.jar和commons-httpclient-3.0
- Java HttpClient 4.x Jar包
-
ba
se64Encode编码,jar包源代码打包 - sqlserver2008连接所需jar包六个
- jdk和cglib动态代理的{jar包+源码}
- cglib-2.2.2.jar 和 asm-all-3.0.jar
- cglibjar包
- 传智itcast-bookstore所需jar包
- xalan-2.7.1.jar
- mysql-connector-java-5.0.8-bin驱动jar
- kettle连接数据库相关jar包
- 官方mysql-connector-java-5.1.28-bin.jar
- mysql-connector-java-5.1.17.jar
- Android直连Mysql数据库需要导入的jar包
- 音乐相关的jar
- oracle11g jar包for JDBC
- oracle 11g jdbc jar包
- mysql-5.1.40-bin jar包
评论
共有 条评论