2016年9月1日

09 ExpanableListView 的代码例子

摘要: package com.qf.day09_expandablelistview03;import android.app.Activity;import android.os.Bundle;import android.view.LayoutInflater;import android.vie... 阅读全文

posted @ 2016-09-01 17:12 木鱼哥 阅读(124) 评论(0) 推荐(0) 编辑

09 ListView监听 ExpandableListView的使用总结

摘要: 1.ListView的滚动监听 >setOnScrollListener 监听//ListVIew滚动监听 lv.setOnScrollListener(new OnScrollListener() { /** * 当滚动状态发生改变时 调用此方法 * 参数1:当前的ListVie... 阅读全文

posted @ 2016-09-01 17:10 木鱼哥 阅读(237) 评论(0) 推荐(0) 编辑

导航