In this chapter, we've seen how a single code base can create applications that work with native widget toolkits across multiple platforms. This is a very powerful approach to quickly develop graphical apps that are consistent with the platform style to provide a familiar user experience. However, this approach also has challenges you may need to overcome for your project.
Challenges with multiple native GUIs
Consistent style
While it may not be obvious that a consistent style is important when choosing to adapt to the native toolkit, there are many parameters involved in style and application design. Does your design team or product specialist have defined standards or approaches to user experience that they wish to...