July 2018
Beginner to intermediate
668 pages
16h 29m
English
In modern applications, we have to put user experience problem at first! What matters is how the application responds to user experience:
The purpose is to create a login form, where, after entering the data, the authentication request is made through a REST call. The UI must show a waiting UI for the user while the authentication process is in progress, and finally inform the user of authentication, both in case of success and error.
This recipe uses a Delphi Event Bus open source project:
Delphi Event Bus ...
Read now
Unlock full access