Research and Design of a Real-Time Interactive Application Development Model Based on the Android Platform

Zhilong Yang,Yong Wang,Yongquan Yang,Zhiqiang Wei
DOI: https://doi.org/10.1109/ISCID.2013.40
2013-01-01
Abstract:This paper introduces a real-time interactive application development model on the Android platform. This model uses persistent socket connection mechanism to establish the connection of clients and servers and uses Protocol Buffers as the transmission medium. In order to maintain the smooth connection with the server in the communication process, clients send keep alive packages to servers at regular time. In addition, this model adds retransmission mechanism and reconnection mechanism to ensure the correctness of the packages and the robustness of the system. This module has a good performance in network data consumption, power saving and the correctness of the packages etc.
What problem does this paper attempt to address?