摘要 | 第5-6页 |
Abstract | 第6页 |
Chapter 1 Introduction of the internship | 第10-13页 |
1.1 Enterprise introduction | 第10-11页 |
1.1.1 YinHu | 第10-11页 |
1.1.2 Yihu Software R & D department | 第11页 |
1.2 Objective of the internship | 第11-13页 |
Chapter 2 Overview of Android | 第13-24页 |
2.1 Internet of Android | 第13-14页 |
2.2 Android’s Features | 第14-16页 |
2.2.1 Interface | 第14页 |
2.2.2 Applications | 第14-15页 |
2.2.3 Memory management | 第15页 |
2.2.4 Virtual reality | 第15-16页 |
2.3 Android Platform Architecture | 第16-18页 |
2.3.1 The Linux Kernel | 第16-17页 |
2.3.2 Hardware Abstraction Layer (HAL) | 第17页 |
2.3.3 Android Runtime | 第17页 |
2.3.4 Native C/C++ Libraries | 第17-18页 |
2.3.5 Java API Framework | 第18页 |
2.3.6 System Apps | 第18页 |
2.4 Android application’s Main Components | 第18-21页 |
2.4.1 Activities | 第18-19页 |
2.4.2 Services | 第19-20页 |
2.4.3 Content Providers | 第20页 |
2.4.4 Broadcast Receivers | 第20-21页 |
2.5 Setting up a workspace of Android Studio | 第21-24页 |
Chapter 3 XMPP Protocol | 第24-31页 |
3.1 The advantages of XMPP protocol | 第24-25页 |
3.2 XMPP Core | 第25-27页 |
3.3 Security Overview | 第27-29页 |
3.4 XMPP for IM | 第29-31页 |
Chapter 4 Development of Android IM app | 第31-45页 |
4.1 Design of the structure | 第31-32页 |
4.2 Server Openfire | 第32-38页 |
4.2.1 What is Openfire? | 第32页 |
4.2.2 Openfire Features | 第32页 |
4.2.3 Install Openfire on the machine (windows) | 第32-37页 |
4.2.4 Implement of the server Openfire | 第37-38页 |
4.3 Design of Android client | 第38-41页 |
4.3.1 Login/ Registration Module | 第39页 |
4.3.2 Main interface | 第39-40页 |
4.3.3 Members Management | 第40页 |
4.3.4 Chat Module | 第40页 |
4.3.5 Setting Module | 第40-41页 |
4.4 Implement of Android client | 第41-45页 |
4.4.1 Login/ Registration Module | 第41-42页 |
4.4.2 Member management | 第42-43页 |
4.4.3 Chat module | 第43-44页 |
4.4.4 Setting module | 第44-45页 |
Chapter 5 Test of IM Android app | 第45-46页 |
Chapter 6 Conclusion | 第46-48页 |
6.1 Encountered difficulties | 第46页 |
6.2 Technical summary | 第46-47页 |
6.3 Personal summary | 第47-48页 |
References | 第48-50页 |
致谢 | 第50-51页 |
附表 | 第51页 |