|
|
|
|
|
by DelphiABall
1953 days ago
|
|
I'm not sure I agree on the comments about the mobile framework (FireMonkey - FMX for short) looking alien everywhere. The components are platform aware and provide pixel perfect representations of the controls on each platform (that is, if you don't select on a number of them to provide the actual platform specific component) e.g. You can choose for TEdit to provide a styled control, or the actual native edit control. There are pro's and cons to both, and the style option means you can make some very cool looking UI's very quickly. I would agree some of the early implementations were a little rough around the edges, but the FMX framework is now about 9 years matured into the market. Other frameworks trying to achieve the same are clearly learning a lot from FMX and openly mirroring the architecture and approach, which tells you something about the direction. |
|