搜索资源列表
WidgetDemo
- android的一些控件的运用,包括Animation(如震荡效果、屏幕切换效果、左右滑动效果)、Spinner(下拉列表)、AutoCompleteTextView(自动补全)、chronometer(计时器)、TimePicker(时间)、 DatePicker(日期控件)、ExpandableListView(“手风琴”效果的列表)、Gallery(画廊)、GridView(网格视图)、ImageSwitcher(图片切换器)、ProgressBar(进度条)、RatingBar(评分
FreeGps
- 可以实时查看手机的GPS经纬度\速度\高度\及跟踪。读取XML文件等。-Real-time view phone GPS latitude and longitude \ speed \ height \ and tracking. Read XML documents.
Android-(animation-study)
- 要研究Android中的三种动画,第一种是单个View的各种动画效果,第二种是两个Active切换时的动画效果,第三种是类似于Gif的Frame By Frame动画效果,其中View的各种动画包括在xml文件中定义和代码中定义两种方式。-To study the three kinds of animation in Android, the first single View, a variety of animation effects, the second switch when th
UI
- 使用XML布局文件控制UI界面 在代码中控制UI界面 使用XML和Java代码混合控制UI界面 开发自定义的View-Control UI interface code control the UI interface uses XML and Java code mixed control the UI interface developed custom View using XML layout file
DragImageView
- 最近的一个android 项目中,客户要求在查看拍照上传的图片时,可以对图片进行多点触控的拖拽、放大、缩小等操作。网上的范例都不怎么好,实现的效果差强人意。 下面说说我的方案: 步骤一:自定义一个View,该View继承自ImageView。在该View中实现多点触控的拖拽、缩放等功能。 步骤二:像使用ImageView那样,在XML中引入该View。当然也可以动态创建该View然后添加到容器组件中。-A recent android projects, customer requi
View-3-arguments-consturctor
- 我们都知道,在Android中要使用一个View,一般会有两种方式:1. 在XML文件中配置;2. 直接在代码中new一个View的对象。该Demo是Android view构造方法第3个参数详解-We all know that in Android want to use a View, in general there are two ways: a configuration XML file 2 new a View object directly in code. The Demo
ViewPagerDemo1
- 该功能主要用于初学者学习ViewPager 的滑动时间。简单的处理页面的滑动及监听。 把布局改为new一个view来代替XML文件,减少APP的大小和使用内存.(This function is mainly used for beginners to learn the slide time of ViewPager.Simple processing of page slides and monitoring. Change the layout to a new view instea
ViewPager
- 该功能主要用于初学者学习ViewPager 的滑动时间。简单的处理页面的滑动及监听。 把布局改为new一个view来代替XML文件,减少APP的大小和使用内存(This function is mainly used for beginners to learn the slide time of ViewPager.Simple processing of page slides and monitoring. Change the layout to a new view instead
Android Internals 2015-11
- Android是一个开源的系统,但是有多少人能真正坐下来整理数百万行java,C,C++和XML,明白它是如何工作的? 《Android Internals::A Confectioner's Cookbook》是世界上最流行的操作系统的内部运作已记录的第一次!在不涉及冗长代码的情况下,它使用详细的说明、详细的注释和动手实验展示了Android的各种组件的逻辑和流程!(Android may be an open source system, but how many people can a