搜索资源列表
MyGuideView1
- MyGuideView源码(Java),目前很流行的android主界面风格,底部菜单的左右滑动,包括页面左右滑动,ListView内嵌GridView。Android实现左右滑动指引效果主文件为MyGuideViewActivity.java,在底部按钮菜单中增加监听事件,给功能列表Listview填充数据,获取主界面UI所有所用到的对象,菜单内添加有测试数据-MyGuideView source code (Java), the v
UIActivity
- 安卓系统下界面UI的Activity。测试后好用-android system user interface Activity
AutoCompleteTextViewTest
- AutoCompleteTextView(自动完成文本框)从EditText派生而来,比普通文本编辑框多一个功能:当用户输入一定字符之后,自动完成文本框会显示一个下拉菜单,供用户选择。当用户选择某个菜单项之后, AutoCompleteTextView按用户选择自动填写该文本框。(AutoCompleteTextView (automatic text box) is derived from EditText, than ordina
RelativeLayoutTest
- 相对布局由RelativeLayout代表,是指参考某一控件组件进行摆放,可以通过控制将组件摆放在一个指定组件的上、下、左、右等位置,可以通过各个组件提供的属性完成。(The relative layout is represented by RelativeLayout is the reference of a control component is placed, can control the components will
TableLayoutTest
- TableLayout是比较常用的布局,采用行和列的形式来管理UI组件。并不需要明确声明行和列,而是通过添加TableRow、其他组件来控制表格的行数和列数。(TableLayout is a more commonly used layout that manages UI components in rows and columns. There is no need to explicitly declare rows and c