In the previous chapter, we learned what FMX Style is and how it works. As was said in that chapter, Style is a very powerful mechanism and is a central part of every FMX application.
In this chapter, we are going to use the concept of Style as part of a general strategy for designing and driving FMX applications based on the TFrameStand component.
Our journey will begin with an overview of some general concepts about UI designing. We'll also learn about TFrameStand fundamentals in this chapter.Â
In this chapter, we will discuss the following topics:
- Introducing TFrameStand
- Designing UIs for mobile applications
- Exploring TFrameStand – Hello, World!
- Implementing views
- Defining the stand(s)
At the end of the chapter, you will learn how to start a mobile FMX application by using TFrameStand or TFormStand...