ANDROID APPLICATION ASSEMBLY TECHNOLOGY STUDY BASED ON CODE SNIPPET REUSE

Zhu Yadi,Wu Yijian,Zhao Wenyun
DOI: https://doi.org/10.3969/j.issn.1000-386x.2016.11.039
2016-01-01
Abstract:The openness of the Android system and low threshold of Android application development attracted a large number of developers to join in the Android application development camp.In the process of coding,developers need to consider the interface design and business logic,and maintain their consistency by hand.Some similar interface and logic also need developers manually "copy-and-paste".This paper puts forward the interface and business logic structure model of Android application,and describes the Android application interface,business logic,and the relationship between them in a uniform way.The model also supports the correspondence between interface code and business logic code in the development of Android application.We propose a configurable structural description and assembly method of Android applications,which allows developers to write configuration file to describe application from the business level.The method supports the assembly of interface and business logic code snippets to help developers quickly build Android applications conforming to the requirements.In order to verify the effectiveness of the method and technology,we design a set of Android application development experi-ments.
What problem does this paper attempt to address?