![Elo Touch Solutions i-Series 2.0 User Manual Download Page 28](http://html1.mh-extra.com/html/elo-touch-solutions/i-series-2-0/i-series-2-0_user-manual_2395238028.webp)
UM600106 Rev. A, page 28 of 46
User Manual
–
I-series 2.0
Fig 2-1. Android System Structure
2.1. Android Framework Java Service
Based on developed programming language, Android services can be divided into native (C base) and java service. Android services are a
kind of server-client structure where the server side can receive a request from the client and output the result to client. Also, the server-client
structure can deal with synchronization issues from multi-client requests. Therefore, this framework ability, which forms the fundamental class
“ELOPeripheralService,” is based on this kind of server
-client design feature from Android
.