Streszczenie:
The paper presents the practical aspects and process of implementing a complex multi-platform application. The main goal of the thesis was to create an android application with functionalities that are not available in the current market or are available but not present in the form of a single application. To create such an application, two parts are necessary. The server part in which such issues are discussed as:
Creating a RESTful API
• Spring Boot technology
• Creating a database model
• Controlling the computer's LED lighting using libraries
Moreover, in the client part (Android), the following issues are discussed:
• Material Design
• Getting data from the API
• Processing the downloaded data
• Creating charts in Android