搜索资源列表
android
- mars-droid老师的视频教程附带的源码,至新到2011年3月2号,目前未有第一季12章后部分-mars-droid video tutorials with the teacher' s source code, to New March 2, 2011, there are no part of the first quarter after Chapter 12
mars
- mars-droid老师的视频教程附带的源码,至新到2011年4月13号,目前到30集-mars-droid video tutorials with the teachers of the source, to the New April 13, 2011, is currently set to 30
android_two_code
- Mars老师视频源代码,用于Adroid 开发。-Mars sours code
mars-droid
- mars-droid安卓开发视频系列代码-code by mars-droid for android
android_LayoutAnimationController
- 如果我们需要一个界面中的多个控件按照相同的动画方式但是每个控件完成该动画的时刻不同的话,就可采用本节讲的LayoutAnimationController来方便的完成了。 参考资料为Mars老师的教程,http://www.mars-droid.com/. 首先我们来看看用java代码怎么完成该功能,主要遵循以下步骤: 在anim下新建一个xml文件,该文件里面设置了控件的动态效果,所以根标签为set。
android_handler
- 本文主要介绍Android中Handler的简单使用方法,Handler跟多线程,消息队列联系很紧密,在平常的实际程序开发中比较常见。本文分为4个简单的例子来学校handler。 参考资料为Mars老师的教程,http://www.mars-droid.com/. 开发环境为android4.1. 这里包含的是4个例子的工程code和文章说明-This paper describes the simple use o