基于安卓Android平台的即时通讯APP系统的设计(Android studio)(论文12000字,程序代码,答辩PPT)
摘要:随着信息时代的飞速发展,通讯已然成为人们日常生活乃至工作过程中不可或缺的重要组成部分。即时通讯以其极强的实时性和互动性等特点,一直是当今互联网时代最热门的通讯方式。为了迎合用户对移动端通讯应用的需求,本文着手开发一款具有可用性的移动端即时通讯系统。为了实现此系统,通过查阅资料对各个移动端操作系统的市场占有率进行比较。最终选定以Android作为开发平台,使用Android Studio IDE和Kotlin 语言进行程序的编写。组合使用OKHttp 、Retrofit 等多种网络框架进行网络相关的开发。本文开发的系统使用RecyclerView实现了一个二级联动的好友分组,在系统界面设计上使用了大量的自定义组件。整个系统界面简洁友好,用户之间交流也几乎没有太多的障碍。
关键词:Android;Kotlin;即时通讯;好友分组
Design and Implementation of Instant Messaging System Based on Android Platform
Abstract:With the rapid development of the information age, communication has become an indispensable part of people's daily life and even work. With its strong real-time and interactive features, instant messaging has been the most popular communication method in the Internet era. In order to meet the needs of users for mobile communication applications, this paper begins to develop a mobile instant messaging system with availability.In order to implement this system, by consulting data to compare the market share of each mobile operating system. Choose Android as the development platform, using Android Studio IDE and Kotlin language to program the system. The system developed in this paper uses RecyclerView to implement a two-level linkage of friend grouping, and uses a large number of custom components in the system interface design. The interface of the whole system is simple and friendly, and there are almost no obstacles in communication between users.
Keywords: Android;Kotlin;Instant Message;Friend Grouping