JIMSMITH 0 Posted June 6 Can somebody provide information on the best book(s) to use for FMX UI Design? Share this post Link to post
corneliusdavid 214 Posted June 6 Probably this one as it's the only one (I know of) that is focused on FireMonkey: Delphi GUI Programming with FireMonkey. 1 Share this post Link to post
Patrick PREMARTIN 69 Posted June 6 Hi This one can be a good choice too : it's a "how to create FMX programs" with simple sample projects. https://delphi-books.com/en/Delphi-Programming-Projects.html Share this post Link to post
Lajos Juhász 293 Posted June 6 UI design is not bound to the component set you are using or even the programming language. You should follow the OS guidelines. 1 Share this post Link to post
TigerLilly 16 Posted June 6 No need to buy a book. Google for "principles of modern ui ux design" and there is a bunch of info. Additionally there are how-tos and guidelines from both Microsoft and Apple publically available. 1 Share this post Link to post
Sherlock 663 Posted June 6 53 minutes ago, TigerLilly said: No need to buy a book. Google for "principles of modern ui ux design" and there is a bunch of info. Additionally there are how-tos and guidelines from both Microsoft and Apple publically available. This is the best tip yet, because reinventing UI/UX is not something that should be done by just anyone. The other books mentioned should be considered a more fleshed out version of the RAD-Studio help files and not a guide on how to design a user interface. Share this post Link to post
Patrick PREMARTIN 69 Posted June 6 If videos are in the game, a lot of things are available on Embarcadero's YouTube channel : https://www.youtube.com/@EmbarcaderoTech/playlists Look at (the old) "modernize with Windows 10" playlist : Or the "Desktop First UX" During the online conferences some speakers had shown a lot of things about FireMonkey and designing programs. One of them (Ray Konopka) is a specialist of this subject : https://www.youtube.com/@EmbarcaderoTech/search?query=konopka And if you want to understand how FMX and the IDE work together, you also can be interested by my (in English) videos from last year conference : From GetIt you'll find some screen samples, it could be an help to design and understand how to stack components to reproduce the beautiful UI you (or your infographist) have in mind. 😉 1 Share this post Link to post
TigerLilly 16 Posted June 7 Additionally: https://learn.microsoft.com/en-us/windows/win32/appuistart/getting-started-developing-user-interfaces-portal https://learn.microsoft.com/en-us/windows/win32/appuistart/-user-interface-principles https://developer.apple.com/design/human-interface-guidelines https://developer.apple.com/design/tips/ Share this post Link to post