Chapter 9: Using Mobile Patterns for Fast Mobile UI Development
The OutSystems platform was so well thought out that the development paradigm is shared between reactive web and mobile.
By this, we mean that the implementation follows the same principles and forms in the development of web and mobile applications. For this reason, OutSystems changed its standard of certifications so that mobile has become a reactive specialization.
In this chapter, we will learn how to develop our screens based on pre-built patterns, templates, and widgets, and what considerations we should have for the mobile concept. This knowledge is useful for us to be able to adapt our applications to devices such as mobile phones and tablets, where the resolution and screen size are smaller compared to computers.
The main differences between web and mobile applications relate to the types of applications and their uses, as they fulfill different goals.
In this chapter, we will highlight the particular...