摘 要通讯录可以为每个手机用户供给足够的信息和必要的搜索能力,这极大的便利了用户正常的操作。科学能力的不断提高,通信技术逐步成熟,网上的通信 App 迅速发展,通信录的设计有着我们自己管理所无法比拟的优点,例如:功能检索快速、查找数据方便、能够存储的数据量多。而且现在又可以云同步、对信息进行个性化的分组管理、快捷键式的拨号、对联系人进行分类存储这样的强大功能。本文介绍此次 Android 通讯录开发的所有学习过程,从认识,了解 Android 系统开始,到最后通讯录 App 设计实现。App 功能的具体分析与实现,及最后的测试功能,进行详细的阐述。而此时设计过程使用 Eclipse 开发环境,Android Studio 开发工具,及其自带的 SQLite 数据库。开发所使用的语言是 JAVA。关键字:通讯录;Android Studio;数据库;SQLiteABSTRACTThe address book can provide enough information and the necessary search capability for each mobile phone user, which greatly facilitates the normal operation of users. With the continuous improvement of scientific ability and the gradual maturity of communication technology and the rapid development of communication App on the Internet, the design of the communication record has the advantages that we can not manage, such as quick functional retrieval, convenient search of data, more data to be stored, the ability to prevent data leakage, long use time, development and use. Low cost. And now it can be synchronized with the cloud, personalized packet management of information, fast key dialing, and the strong function of classifying contacts. The implementation of these technologies has improved the efficiency of address book management to some extent, and it also plays an important role in all aspects of our lives.This article introduces all the learning processes developed in the Android address book, from understanding, understanding the beginning of Android system to the design and implementation of ...