Automation technological and business - processes

ISSN-print:2312-3125
ISSN-online:2312-931X
ISO:26324:2012

AN ARCHITECTURAL APPROACH FOR QUALITY IMPROVING OF ANDROID APPLICATIONS DEVELOPMENT WHICH IMPLEMENTED TO COMMUNICATION APPLICATION FOR MECHATRONICS ROBOT LABORATORY ONAFT

DOI: 10.15673/atbp.v9i3.714 (eng)

  • V. Makarenko
  • O. Olshevska
  • Yu. Kornienko

Аннотація | Повний текст: Developing a proper system architecture is a critical factor for the success of the project. After the analysis phase is complete, system design begins. For an effective solution developing it is very important that it will be flexible and scalable. During the system design, its component composition and development tools are determined. The system design phase is an opportunity to maximize the speed and effectiveness of subsequent development. There are quite a lot of architectural approaches for building systems. Despite their small differences, they have much in common. They all define ways of splitting the application into separate layers. At the same time, in each system, at least, there is a layer containing the business logic of the application, a layer of data interaction and a layer for displaying data. The "Clean Architecture" approach has been analyzed and adapted to the communication application for mechatronics robot laboratory developing. This approach allows to solve all the problems while building the application architecture: it makes the code modular, tested and easily readable, and also positively affects the quality of development. New architectural components which was introduced by Google in 2017 was considered. The analysis showed that the Architecture Components fit well into the concept and will interact with the "Clean Architecture" approach. Dagger 2 framework was applied for a complete abstraction and simplify testing. Also, it is planned to implement the RxJava library.

Ключові слова:

  • android
  • architecture
  • clean architecture
  • architecture components
  • model-view-presenter
  • architecture layers
  • dependency rule
  • dependency injection.