搜索资源列表
ListViewAddBtnListenerTest
- android listview和listview上的按钮都获得监听的demo-android listview and listview are given a button on the monitor of the demo
review
- 本源码简单示例android中按钮,相对布局,微调工具和列表的用法,提供初学者参考。-Simple example in android button of this source, the relative layout, Spinner tools and a listview of usage, to provide a reference for beginners.
z1
- 演示在android使用按钮和listview,主要是添加监听器。从VB/delphi/C#转android的初学者适用。-The presentation is android use button and listview, main is to add a listener. From VB/Delphi/c# turn of android for beginners.
testSQlite2013-4-5
- SQlite开发的完整教程,解决主键删除后再插入不能自动排序的问题,点击按钮切换界面到带checkbox的listview里选择条目。可参考博客:http://blog.csdn.net/yanzi1225627/article/details/8762536-The SQLite developed a complete tutorial to solve the main key to delete and then insert does not automatically sort, c
pathDemo
- 仿path2.0,页面按钮特效,页面滑动时的时间轴特效和listview滑动特效-Imitation path2.0, Page button effects, sliding timeline page listview sliding effects and special effects
MyGuideView1
- MyGuideView源码(Java),目前很流行的android主界面风格,底部菜单的左右滑动,包括页面左右滑动,ListView内嵌GridView。Android实现左右滑动指引效果主文件为MyGuideViewActivity.java,在底部按钮菜单中增加监听事件,给功能列表Listview填充数据,获取主界面UI所有所用到的对象,菜单内添加有测试数据-MyGuideView source code (Java), the very popular android main inter
SwipeMenuListView-master
- listView 中每个item左滑动出现功能按钮 simple demo 的功能只有开启和删除 different demo的功能会更具item内容来-Each item in the listView left sliding a function button The function of simple demo only open and delete The function of the company s demo will be more content to
android-AdapterTransition
- 过渡不能直接应用到AdapterViews。在此示例中,我们将演示如何创建一个叠加的布局,并在其上运行的转变。按操作栏按钮的ListView和GridView之间切换。-Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout and run a Transition on it. Press the action ba
tianqiyubao
- 天气信息界面包含了温度,日出,风力,降水概率,发布时间等信息,此外还有当天某个时间点的天气预测信息,以ListView组件呈现。两个按钮也是提供了重新选择城市以及更新天气信息的功能。 1. com.czy.weather.Activity包存放的是Activity类,程序严格来说也仅有“选择城市”和“天气信息”两个界面,所以说只需要建立两个Activity类。 2. com.czy.weather.Adapter包存放的是关于“当天某个时间点天气预测”的类。 3. com.czy.