Treffer: Design and implementation of automatic user interface generation for desktop and mobile applications using .NET MAUI

Title:
Design and implementation of automatic user interface generation for desktop and mobile applications using .NET MAUI
Authors:
Publisher Information:
2023.
Publication Year:
2023
Document Type:
Dissertation Master thesis
Language:
English
Accession Number:
edsair.od......2186..2eb39c718c0a7a090f39caf862eb13ce
Database:
OpenAIRE

Weitere Informationen

The work is focused on the area of automatically generated UI, which falls into the field of generic programming. The application uses the .NET MAUI display technology, which is capable of running on Android, iOS, macOS and Windows. Auto-generated UI means that the application is able to automatically generate an appropriate window based on the input object. It involves the generation of two types of windows, a list of objects and a detail of the selected object. The work deals with problems such as storing data of a multi-platform application in a database, setting validation rules and metadata for an object, the principle of creating a window and navigating between windows. The application uses modern development approaches including MVVM pattern, dependency injection, FluentAPI and services.