Font Size: a A A

The Design And Implementation Of Android Mobile Interface Management System

Posted on:2010-01-16Degree:MasterType:Thesis
Country:ChinaCandidate:X Y SunFull Text:PDF
GTID:2178360278966353Subject:Software engineering
Abstract/Summary:PDF Full Text Request
With the development of science and technology, the progress of computer and software, the new generation mobile terminal users set higher requirements for usability and operability of software. In addition to expect all of software has strong functions, users hope they can use software in a relaxed pleasant operational environment. This evinces mobile user interface design has become an important component of mobile software application development. While developing mobile interface spends much time in the development process of mobile phone software. Without doubt enhancing the efficiency of mobile phone interface is a very effective way to enhance the efficiency of mobile phone application software development.This paper discusses interface management system of Android mobile platform developed by Google and Open Handset Alliance(OHA) cooperatively.Developers can use drag-and-drop way to generate graphical user interface through the system and save interface into XML format documents. System also supports to open a completed XML interface program, read information of interface program and display interface in PC. It can display attribute in the way of graphical interface for each component of interface to facilitate UI designer who is not familiar with Android interface language to revise and improve the interface. If the user is not satisfied with the display effect through simulating simplicity Android operation system widget by picture in PC, he can send the completed XML interface program to Android emulator, then Android application program will parse the XML document and display the interface in Android emulator.The system is composed of two parts--the development of interface in PC and the display of interface in Android simulator. The development of interface in PC is based on the combinatorial framework of MVC design pattern. Tish module is composed of four parts, such as interface component, interface control, component properties and composition display. Interface component and interface control are equal to the model of MVC framework. Component properties and composition display are equal to the view of MVC framework. Listeners of Interaction between components and interfaces are equal to the control of MVC. The display of interface in Android simulator part realized XML document of Android application displayed in Android simulator. The module will create interface components through the XML interface document and provide information for the adapter through parsing XML resource documents, at last fill the information in the adapter to the interface components by invocation scheduled in Android framework.Through introducing the design and implementation of Android interface management system, the author expect to make help to develop more powerful similar interface management system.
Keywords/Search Tags:User Interface, Android, XML parse, visualization operations
PDF Full Text Request
Related items