登录
首页 » Java » ContactsManager

ContactsManager

于 2014-04-16 发布 文件大小:860KB
0 178
下载积分: 1 下载次数: 19

代码说明:

  Java源码下载,Android 联系人管理模块的代码,可读取联系人、修改、删除联系人,如何连接手机通讯录,如何获取头像列表,如何区分是存储在手机或是SIM卡中,对于Android的应用来说,联系人管理比较典型,但比较重要,源代码中的注释很丰富,这也是大家值得参阅本源码的一大原因(Java source code download, code Android contact management module, you can read contacts, modify, delete contacts, how to connect the phone book, How to Get Picture list, how to distinguish is stored in the phone or SIM card for the Android applications, contact management more typical, but more importantly, the comments in the source code is very rich, and this is all worth refer to the source of a major cause of)

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

发表评论

0 个回复

  • 小游戏五子棋大战
    class LNode{ private int row; private int col; private Color chessColor; private LNode next; public LNode(int row,int col,Color chessColor){ this.row=row; this.col=col; this.chessColor=chessColor; } public LNode(){ this.next=null; } public void setRow(int row){ this.row=row; } public int getRow(){ return this.row; } public void setCol(int col){ this.col=col; } public int getCol(){ return this.col; } public void setChessColor(Color chessColor){ this.chessColor=chessColor; } public Color getChessColor(){ return this.chessColor; } public void setNext(LNode next){ this.next=next; } public LNode getNext(){ return this.next; } } class NullAndCount{ private int nullCount=0; private int chessCount=0; public void setNullCount(int nullCount){ this.nullCount=nullCount; } public int getNullCount(){ return this.nullCount; } public void setChessCoun
    2022-05-08 02:47:07下载
    积分:1
  • 微信公众帐号调试工具1.2
    提供一个《微信公众帐号开发调试工具》希望对初学者有用
    2022-11-22 17:20:04下载
    积分:1
  • 安卓手机计步器
    安卓手机计步器,java下开发 课程设计 经多人测试结果准觉实验准确 界面简单 主要注重算法部分
    2022-07-25 04:35:24下载
    积分:1
  • java 个人博客系统完整源码下载(含数据库文件)
    java 个人博客系统完整源码下载(含数据库文件)
    2015-04-20下载
    积分:1
  • 企业进销存管理系统
    企业进销存 功能全面,有排序,菜单,用户权限,功能全面(Enterprise import and export management system)
    2017-12-01 22:52:37下载
    积分:1
  • 词法分析
    编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值
    2022-01-26 06:47:38下载
    积分:1
  • WEB 收获工具
    网络爬虫开头的Url来访问,列表称为种子。爬网程序访问这些 Url,它标识在页面中的所有超链接并将它们添加到列表中的 Url 来访问,叫做爬网前沿。从边疆的 Url 是以递归方式根据一套政策参观。如果爬网程序执行归档的网站它将复制并保存的信息,随着它的流逝。这类档案通常存储这样他们可以查看、 阅读和导航作为他们网上的生活,但有保存,以快照。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-06-10 10:50:03下载
    积分:1
  • UCI数据集
    UCI数据集
    2020-12-02下载
    积分:1
  • B 树的数据结构 java 编程
    此项目包含 b 树的数据结构 java 编程语言。这是对一个学生实施有用的系统或大学系统
    2022-09-10 07:40:03下载
    积分:1
  • android 地图 缩放例子源码
    android 地图 缩放例子源码
    2014-09-22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载