National Repository of Grey Literature 101 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Shared transport for hospital staff
Lukášek, Ondřej ; Herout, Adam (referee) ; Tesařová, Alena (advisor)
This thesis focuses on the design and development of a mobile application for the employees of Olomouc University Hospital, who face a shortage of parking spaces on the premises. The application addresses this issue through shared rides for commuting to and from work. It is implemented for Android and iOS platforms using the React Native framework, with Firebase used as the backend service. The main contribution of this work is the extensive user research involving over 1000 hospital employees. Besides the research and overall mobile development, this thesis deals with the actual implementation of the application using modern approaches. The resulting application is ready for imminent release and pilot operation in the hospital, representing an important step towards practical deployment in a real-world setting.
Communication System for the Volunteer Fire Department
Čajka, Peter ; Firc, Anton (referee) ; Malinka, Kamil (advisor)
Proces zhromažďovania dobrovoľných hasičov pri vzniknutej pohotovosti je častokrát neoptimálny. V kritických situáciach je každá sekunda dôležitá. Cieľom tejto diplomovej práce je vytvoriť mobilnú aplikáciu, ktorá zjednoduší dobrovoľným hasičom proces informovania o nežiaducej udalosti. Výsledný produkt bude mobilná aplikácia pre operačný systém Android, ktorá v prípade pohotovosti dokáže urýchlene rozoslať SMS správy všetkým členom v zbore a v zápätí obdržať ich odpoveď.
System for Support of Short-Term Car Rentals Based on Carsharing
Vrtal, Petr ; Bidlo, Michal (referee) ; Šimek, Václav (advisor)
The aim of this thesis is to create a system for the transformation of an ordinary passenger car into a vehicle capable of sharing in the form of short-term loans. Vehicle rentals are completely unattended, which was achieved by implementing service applications in the form of an administration and user tool. The administrative application was created using web technologies, primarily Next.js and React. The customer application was implemented with the goal of high portability, and therefore its development was directed to mobile platforms using the React Native framework and the Expo tool. The vehicle is equipped with its own designed IoT end device in the form of a printed circuit board, capable of permanent wireless connection to the network based on LTE-M technology and MQTT protocol. The purpose of this device is to provide current vehicle data obtained by reading communication on the CAN bus, connecting to a standard OBD-II diagnostic port. An important part of the work was the execution of a series of tests of all sub-aspects of the implemented architecture, focusing mainly on reliability, resulting functionality and user-friendliness. The resulting system was tested in real operation and represents a way of non-invasively transforming a regular passenger car into a car capable of sharing.
Game Development for Assessment of Human Memory, Attention and Reflexes
Petrovskyi, Denys ; Hussain, Yasir (referee) ; Malik, Aamir Saeed (advisor)
V této práci je podrobně popsán vývoj aplikace pro Android, která je určena k současnému hodnocení paměti, pozornosti a reflexů. Hlavním cílem bylo vytvořit interaktivní platformu, která uživatele nejen zapojí do kognitivních úkolů, ale také jim umožní sledovat jejich výkon v čase prostřednictvím statistické analýzy a grafů průběhu. Aplikace s využitím frameworku Flutter nabízí uživatelsky přívětivý a přehledný design a je integrována se službou Firebase pro efektivní správu uživatelských dat a ověřování. Projekt zahrnoval vývoj řady kognitivních modulů integrovaných do jediné hry, která se dynamicky přizpůsobuje výsledkům uživatele, čímž zajišťuje přesné hodnocení a zapojení uživatele. Uživatelské rozhraní bylo navrženo tak, aby bylo intuitivní a zajišťovalo snadné používání a přístupnost. Výsledky uživatelských testů ukazují, že aplikace úspěšně měří kognitivní schopnosti a poskytuje uživatelům cennou zpětnou vazbu, čímž podporuje neustálé zlepšování kognitivních schopností. Tato práce demonstruje potenciál herního hodnocení kognitivních schopností v mobilních aplikacích a přispívá k rozvoji oborů vzdělávacích technologií a kognitivní psychologie.
Platforma pro podporu interaktivity ve výuce
Hofman, Dominik ; Bidlo, Michal (referee) ; Mrázek, Vojtěch (advisor)
This bachelor's thesis focuses on the development of a system to support interactivity between listeners and presenters, aiming to increase the level of listener engagement and thus maintain their attention. The main goal of the work is to design and implement a~system to support the teaching of IT-oriented courses, the key element of which will be the possibility of inserting and editing program code. The platform is implemented in the form of a progressive web application. The application can verify the geolocation of the user, i.e. whether the listener is present at the faculty of information technology VUT. The presenter creates a quiz with questions and correct answers - this generates an access code for the quiz. Listeners use this code to join the quiz and wait for it to start. Afterwards, users are always presented with questions with individual answers, from which the listener selects the correct ones. After finishing the quiz, the presenter can view its detailed statistics. The work also includes verification of the functionality of the implementation and evaluation of their parameters from the point of view of functional and non-functional requirements. A questionnaire survey is used to evaluate the results, which provides information on the friendliness of the user environment and satisfaction with the application.
Mobile App for Electronical Evidence of Medical Devices Documentation
Maťašová, Kristýna ; Sekora, Jiří (referee) ; Kašpar, Jakub (advisor)
The Diploma thesis introduces whole documentation of medical devices, laws and legislation related to this topic. It focuses specifically on the problematics of the registration of documents at the medical workplace. Diploma thesis also deals with the design and the implementation of a functional system for electronical evidence of documentation of medical devices, taking into account the practical requirements of employees of medical workplace. The output of the practical part of the thesis is a multiplatform application developed by Flutter toolkits in the development environment Android Studio.
Mobile Application for Recommending and Managing Cooking Recipes
Lončík, Andrej ; Šůstek, Martin (referee) ; Zbořil, František (advisor)
The goal of the submitted thesis is the creation of mobile application for devices using the Android operation system. The main purpose of the application is the discovery and administration of food recipes and meal planning. The functions of the application include voice control and search by a photo or an image. This work describes the whole process of app -creation, beginning from the original idea, followed by the competition analysis, draft of the user interface, its implementation and concluding with the testing and final publication to the Google Play. In addition, the final version of the application offers the feature of creating new recipes or searching for already published ones on the internet based on the ingredients the user possesses. The ingredients can be written in, entered by the user's voice, or recognized from an uploaded image. The photo and image recognition is provided by the Firebase ML Kit Image Labeling tool. Thanks to the Google account authentization , the application is also able to save the user's content in Firebase Realtime Database. Mobile application is published on the Google Play store and is officially named Recipio .
Mobile App: SuperSimple Shared Shopping List
Krhovský, Patrik ; Bartl, Vojtěch (referee) ; Herout, Adam (advisor)
The aim of this thesis is to create a mobile application for sharing daily-needed stuff with your family or friends and let each other know if something runs out and buy it. For sharing this stuff between users in real time is used database Google Cloud Firestore. The application is implemented in React native and it is available for iOS and Android devices. REST API is implemented in Node.js where is saved data from the mobile application and sending push notifications to mobile devices. This work is focused on user interface design which was implemented and tested. The application is available in Apple App Store and Google Play. With this application, a user should never forget to buy what he really needs.
Augmented Reality: Historical Versions of a Building
Medvec, Juraj ; Beran, Vítězslav (referee) ; Herout, Adam (advisor)
This thesis is focused on Augementied reality in mobile applications. The aim of the thesis is to create mobile application that provides its users with the view of the past of selected buildings. At the beginning of the thesis, the reader is presented with various methods and technologies for working with augmented reality. Based on the theorie obtained in first chapters, a mobile application was designed and implemented. The final mobile application allows its users to view historical buildings.
Browser and User Fingerprinting for Practical Deployment
Vondráček, Tomáš ; Malinka, Kamil (referee) ; Polčák, Libor (advisor)
The aim of the diploma thesis is to map the information provided by web browsers, which can be used in practice to identify users on websites. The work focuses on obtaining and subsequent analysis of information about devices, browsers and side effects caused by web extensions that mask the identity of users. The acquisition of information is realized by a designed and implemented library in the TypeScript language, which was deployed on 4 commercial websites. The analysis of the obtained information is carried out after a month of operation of the library and focuses on the degree of information obtained, the speed of obtaining information and the stability of information. The dataset shows that up to 94 % of potentially different users have a unique combination of information. The main contribution of this work lies in the created library, design of new methods of obtaining information, optimization of existing methods and the determination of quality and poor quality information based on their level of information, speed of acquisition and stability over time.

National Repository of Grey Literature : 101 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.