搜索资源列表
Androidcontrol
- Android各控件属性详解,主要是textview,和button的简单介绍-Detailed properties of each control Android, mainly textview, and a brief introduction button
android_animation
- 在Andriod开发中,Animation是用来给控件制作效果的。大多数的控件都可以用这个类,这个类包含了4种基本动作,分别为移动,旋转,淡入淡出,缩放。在使用Animation时,可以在.java文件中用java代码对其进行设置,这样的优点是可以方便调试程序效果;另外一种方法就是在xml中对控件的属性做设置,好处是代码的重用性比较高,缺点是不方便调试。本节中就简单介绍下这2种方法的使用流程。参考资料为mars老师的教程。 一、在java代码中使用Animation. 在java代
android_LayoutAnimationController
- 如果我们需要一个界面中的多个控件按照相同的动画方式但是每个控件完成该动画的时刻不同的话,就可采用本节讲的LayoutAnimationController来方便的完成了。 参考资料为Mars老师的教程,http://www.mars-droid.com/. 首先我们来看看用java代码怎么完成该功能,主要遵循以下步骤: 在anim下新建一个xml文件,该文件里面设置了控件的动态效果,所以根标签为set。 在java代码中新建一个Animation对象,采用Ani
Android_TextView_Example
- android textview控件示例 详细的描述了textview的各项属性以及使用方法-android textview control sample detailed descr iption of the property and use the textview
Android_WebView_Demo
- Android的WebView控件属性示例,用它可以迅速的打造一个属于自己的手机浏览器,也可以用于开发伪A-Property Example Android WebView control, it can quickly create one of their own mobile browser, can also be used to develop a pseudo-APP
androidlicheng
- android 布局 xml 控件设置。 控件事件监听,更改属性。UI 线程。 TextView Button ImageView EditText CheckBox RadioButton-android layout xml control settings. Control event monitoring, change attributes. UI thread. TextView Button ImageView EditText CheckBox RadioButton
CheckBox-Text
- android中checkbox控件的属性设置及判断并返回选中的控件值-Set the checkbox controls android attributes and judgment and return the selected control values
Android-ProgressBar
- Android提供的ProgressBar Widget控件与ProgressDialog应用目标不同,在程序一开始即可在main.xml Layout当中布局,先将部署在Layout里的ProgressBar的属性设为隐藏(一开始看不见),而后使用进程来“假装”程序忙碌中,但不同的是,可在进程当中取得运行时的进度,在“运行”的过程中,将运行进度通过TextView显示出来。本范例除了学习ProgressBar Widget的显示及使用之外,另一个学习关键则是Handler的使用,因为新起的进程
RelativeLayoutTest
- 相对布局由RelativeLayout代表,是指参考某一控件组件进行摆放,可以通过控制将组件摆放在一个指定组件的上、下、左、右等位置,可以通过各个组件提供的属性完成。(The relative layout is represented by RelativeLayout is the reference of a control component is placed, can control the components will be placed in a specified compo