Learn to Program in Delphi - Designing User Interfaces
November 3, 2016
Author: Pawe Gowacki
Last time we have talked about the importance of app architecture and layers of code. David went one step further and started to build user interface for our calculator apps. This week I’m going to catch up and we will discuss designing user interfaces (UI) for our apps.
Clearly user interfaces are of the highest importance for the user experience (UX) of our app. In…