CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - android contact

搜索资源列表

  1. getcontactlist

    0下载:
  2. Android 通讯录,能够实现获取联系人列表-android contact list
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:131690
    • 提供者:lluuyyqq
  1. MyAddressBook2.3

    0下载:
  2. MyAddressBook 地址薄记录地址电话等联系方式的-MyAddressBook address book record address telephone contact
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:269690
    • 提供者:sonk
  1. myContact

    0下载:
  2. 简单的android手机联系人代码,对联系人进行增删改查-a simple android contact demo
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:756683
    • 提供者:cucu
  1. contact

    0下载:
  2. Android 通讯录[参考资料] Google Android Samples * [开源协议] Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)-Android contacts [Reference] Google s Android Samples * [Open-source license, the Apache License, Version 2.0 (http://ww
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:70196
    • 提供者:jack
  1. No1Contacts

    0下载:
  2. android 的 通讯录 源代码。功能:增加联系人、删除联系人、查找联系人、编辑联系人、修改头像 -android contact
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:476793
    • 提供者:凯聪
  1. Contact

    0下载:
  2. 安卓开发中新手通讯录的实现 代码比较规范 适合新手学习 经典例子-this is an android example,contacts
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1089236
    • 提供者:logos
  1. contact

    0下载:
  2. 有关Android开发的联系人列表代码编写的案例-Contact list of the Android Developer coding case
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:76116
    • 提供者:李骏光
  1. smsmanager

    0下载:
  2. Android通讯录代码 可以实现手机短信和联系人的操作管理-Android contact manager
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:27242
    • 提供者:和nan
  1. Android-JNI-sample

    0下载:
  2. 本工程为Android下编写及调用.so文件的示例工程,我亲自编写调试通过。 相关Android开发环境搭建,请参考http://wenku.baidu.com/view/af3669a3f524ccbff1218431.html 就我的经验,主要困难在与环境的搭建。笔者就大费周折,遇到很多的问题。大家在使用过程中,如果遇到相关问题,请联系微信号:wangjia-mobi-Under this project for Android write and call so fil
  3. 所属分类:android

    • 发布日期:2017-11-01
    • 文件大小:65456
    • 提供者:wxb
  1. contact

    0下载:
  2. 在android上的一个小示例,简单的联系人展示-Android on a small sample, simply contact display
  3. 所属分类:android

    • 发布日期:2017-11-28
    • 文件大小:74850
    • 提供者:xygao
  1. MyContacts6.0

    0下载:
  2. Android联系人管理程序。使用技术点:1.contentprovider2.listview3.SAXParserFactory4.菜单技术 可以很容易地把该程序,改成xxx管理程序。是一个学习Android通用编程流程的良好例子。-Android contact management program. Use the technical point: 1.contentprovider2.listview3.SAXParserFactory4 menu technology can e
  3. 所属分类:android

    • 发布日期:2017-11-10
    • 文件大小:664144
    • 提供者:张涛
  1. Android-Custom-Dialog-Example

    0下载:
  2. this sourcecode can be executed in android sdk and eclipse very helpfull in creating dialog box in our app like it can be used in e-shoppy app to show a quick view or contact details, etc/.
  3. 所属分类:android

    • 发布日期:2017-11-11
    • 文件大小:16160
    • 提供者:pooja
  1. Contacts

    0下载:
  2. android 联系人源码,基于2.3.5.支持双卡-android contact.rar
  3. 所属分类:android

    • 发布日期:2017-11-12
    • 文件大小:1974825
    • 提供者:张学武
  1. Android_contact

    0下载:
  2. Android contact通讯录实例,比较不错的例子,来自书中的完整实例,Android手机读取联系人信息、显示、保存、编辑联系人,多卡同时读取联系人等-Android contact directories example, the complete example of good examples from the book, Android phones to read the contact information, display, save, edit contacts, mul
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:71824
    • 提供者:景天
  1. Android-address-book-

    0下载:
  2. 一个小型Android通讯录,功能:添加、删除、修改、查找、联系人头像添加,数据的备份、还原-A small Android address book functions: add, delete, modify, search, add contact picture, data backup, restore,
  3. 所属分类:android

    • 发布日期:2017-11-13
    • 文件大小:3868559
    • 提供者:yuepengtao
  1. Android-Framework

    0下载:
  2. 一 JNI重难点分析 1.1 注册方法的选择 1.2 垃圾回收 二 init重难点分析 2.1 keywords.h的有趣用法 2.2 用好“DllMain函数”——客户端Property读取的实现 三 Android常用类重难点分析 3.1 RefBase、sp和wp 3.2 题外话——无所不用其极 四 Binder重难点分析 4.1 时空穿越魔术揭秘 4.2 Binder和线程的关系 五 Audio系统
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:620182
    • 提供者:贾诩
  1. android-

    0下载:
  2. android开发例子很好的例子有对应的书 有兴趣的画可以联系我-android development example good example has a corresponding picture book are interested can contact me
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25648832
    • 提供者:furui
  1. ContactsManager

    1下载:
  2. Android 联系人管理模块的代码,可读取联系人、修改、删除联系人,如何连接手机通讯录,如何获取头像列表,如何区分是存储在手机或是SIM卡中,对于Android的应用来说,联系人管理比较典型,但比较重要,源代码中的注释很丰富,这也是大家值得参阅本源码的一大原因。-Android contact management module code, read, modify, delete the contact person, how to connect the mobile phone mail
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:883095
    • 提供者:roc
  1. Contacts

    0下载:
  2. 手机上面,Android程序,电话本的程序源码-Android contact
  3. 所属分类:android

    • 发布日期:2017-05-15
    • 文件大小:3884303
    • 提供者:许前
  1. contactList

    0下载:
  2. Android Contact List Project.It s android database application that alow user to add/edit and delete contacts.-Android Contact List Project.It s android database application that alow user to add/edit and delete contacts.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:683888
    • 提供者:slovak ianco
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com