登录
首页 » Unix_Linux » Manning.Unlocking-Android.2008

Manning.Unlocking-Android.2008

于 2012-03-27 发布 文件大小:4663KB
0 68
下载积分: 1 下载次数: 10

代码说明:

  android开发经典书籍,在京东上的书籍要卖232元(Manning.Unlocking Android.2008)

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

发表评论

0 个回复

  • RememberPassword
    Android移动开发中比较简单的部分,可以实现记住密码,登录等功能(You can remember the password and log in)
    2018-01-09 18:55:58下载
    积分: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 sqlite数据库操作 增、删、改、查询 已实现 【附源码】
    实现了基本的 增删改查功能,并包含了基本的sqlite操作类
    2013-03-01下载
    积分:1
  • android 读取手机联系人示例源码下载
    android读取通讯录 联系人信息
    2014-06-25下载
    积分:1
  • Android 音乐播放器
    【实例简介】Android studio 使用Service及BroadcastReceiver实现音乐播放器
    2021-06-14 00:31:35下载
    积分:1
  • 转盘抽奖
    转盘抽奖
    2014-09-03下载
    积分:1
  • MIUISoundRecorder
    android小米录音机源码,可以直接运行的,非常不错。(MIUI recorder android source)
    2013-11-23 22:27:51下载
    积分:1
  • Android.doc
    android 开发工具指南,里面有对安卓系统的介绍,文档不错,可以当作安卓开发的补充知识。(android tutorial)
    2013-07-02 20:47:02下载
    积分:1
  • xiaojipaodong
    一个android下面的动画程序,描述的是一个小公鸡自己在屏幕上来回跑的(Android animation following a procedure described is a small cock their running back and forth on the screen)
    2011-06-08 10:50:33下载
    积分:1
  • GrOrderedSet
    Removes the item indicated by an iterator. The iterator will not be valid afterwards.
    2015-07-20 21:52:26下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载