登录
首页 » Java » android 抽屉效果实例源码下载(可以滑动)

android 抽屉效果实例源码下载(可以滑动)

于 2014-12-28 发布
0 407
下载积分: 1 下载次数: 0

代码说明:

android 抽屉效果实例源码下载(可以滑动)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 浏览器
    浏览器
    2013-08-25下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android xUtils框架例子源码下载
    android数据库操作、网络数据下载、批量下载网络图片例子
    2015-06-13下载
    积分:1
  • Android局域网音频通信程序(AudioRecord采集)
    Android局域网音频通信程序(AudioRecord采集,AudioTrack播放)Android局域网音频通信程序,利用AudioRecord采集,AudioTrack播放。
    2015-02-17下载
    积分:1
  • android 项目 记录日志例子
    android 项目 记录日志例子
    2014-09-17下载
    积分:1
  • tab host
    tab host
    2013-06-09下载
    积分:1
  • Android 带弹幕的视频播放器(多媒体-10_093).zip
    Android 带弹幕的视频播放器(多媒体-10_093).zip
    2019-10-07下载
    积分:1
  • 模板
    后台模板
    2015-04-22下载
    积分:1
  • C# 仿 android asynctask 类 实例源码下载
    C# 仿 android asynctask 类 实例源码下载
    2015-02-10下载
    积分:1
  • Android—Sqlite
    Android—Sqlite数据库信息demo    
    2014-08-13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载