搜索资源列表
AllAppScroller.java.tar
- 一个通过继承ViewGroup,应用Scroller实现的手动拖拽滚屏及自动滚屏的自定义UI控件,可以让初学者很容易地看明白如何制作自定义滚屏效果-1 through inheritance ViewGroup, application Scroller Scroll to achieve manual and automatic scrolling drag custom UI controls, so that beginners can easily understand how to c
ScrollLayoutTest
- android中触摸划屏的一个实现,主要是对Scroller类的详解,期中需要对view的视图坐标和布局坐标进行学习,掌握scrollTo()和scrollBy()方法的作用,学习ViewGroup掌握如何绘制自定义ViewGroup-android touch swiping an implementation Scroller class Detailed, mid-term view view coordinates and layout coordinates for learning,
ViewGroup
- android 頁面滑動 viewfilper demo 簡單明了 初學者易用 -android page the sliding viewfilper demo simple to understand for beginners easy to use
Select_Contact_Exam
- 通过ViewGroup动态的添加子View并实现自动换行,类似Android系统新建短信时候选择联系人的功能实现。-And word wrap, new SMS when Select contact the functionality to achieve similar Android system by the ViewGroup dynamically add child View.
MoveViewGroup
- MoveViewGroup android viewgroup-MoveViewGroup android viewgroup
android-viewflow-master
- 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
Android_viewflow
- Android使用ViewGroup实现View左右滑屏的例子-Android to use ViewGroup achieve View about sliding screen example
DragListView
- 可以拖动的ListView,实现手动拖动的ListView 可以拖动的ListView,实现手动拖动的ListView-DragListView package com.tarena.draglist.demo import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View imp
Android_shiwutixing
- 事物提醒功能源码 事物提醒功能源码-package com.cn.daming import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import
Mofang360UI
- 最近看了下360手机卫士wp8风格,简约,大方,很好看,所以也就模仿了下。具体反编译360 看到布局文件是一个自定义的viewgroup, 很值得研究学习,尤其是布局写法,适配做法,还使用了android-support-v4.jar 之viewpage 做到了界面上还能左右滑动。-Recently looked under 360 mobile guards wp8 style, simple, generous, good looking, so it mimics the next.
snake
- 这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity im
DragImageView
- android 自定义ImageView实现图片手势滑动,多点触摸放大缩小效果(仿腾讯,新浪),这里面实现多少会有不足之处,大家在运用的时候根据需求自行调整,大多都是多数图片左右切换实现,这个大家可以自定义ViewGroup或者重写控件实现.-android custom ImageView achieve picture slide gestures, multi-touch zoom effect (Imitation Tencent, Sina), there will be inadeq
FocusChangeWithInterestingRectHintTest
- android.view.FocusFinderfindNextFocus(android.view.ViewGroup, android.view.View, int) and android.view.ViewrequestFocus(int, android.graphics.Rect) work together to give a newly focused item a hint about the most interesting rectangle of the previous
MyGridLayoutDemo
- android自定义viewGroup的应用程序,实现了瀑布流效果-Custom viewGroup android applications to achieve a cascade effect
AndroidStaggeredGrid-master
- 允许非对齐行的GridView,类似Pinterest的瀑布流,并且跟ListView一样自带View缓存,继承自ViewGroup 布局: <LinearLayout xmlns:android= http://schemas.android.com/apk/res/android xmlns:tools= http://schemas.android.com/tools xmlns:staggered= http://schemas.android.com
RenRen_a5
- 高仿安卓人人梦想源码最低运行版本是android 2.2使用的人人的官方API可以直接使用人人网帐号登录。打开以后可以出现仿人人客户端的动态引导页,项目中使用了百度的locSDK实现定位和获取周边,。另外重写了ViewGroup、ImageView和Gallery。通过使用Android快速开发框架Afinal下载和缓存显示图片。-Zhuo in the high Fangan everyone dreams of source code running and the minimum vers
AndroidProject
- Android应用界面开发 1. 了解View类、ViewGroup的作用 2. 掌握常用布局管理器的使用 3. 掌握XML界面控制的设计方法 4. 掌握常用的界面设计组件的功能 TextView和EditText的功能和用法 Button和ImageButton的功能和用法 RadioButton和CheckBox的功能和用法 ToggleButton的功能和用法 时钟
RangeSeekBarDemo
- 刻度尺 简单的方便的 能够实时获取数据 代码简单 希望大家喜欢(android java public class RangeSeekBar extends ViewGroup)