Im trying TMS FMX PACK and TTMSFMXCalendar is slow to change selected date in android. There is something to do? Its a LG G4.
I just created a new mult device applicantion in Delphi 10.1, putt one TMSFMXCalendar into form and compiled it to android. So in my smartphone I just touched to change dates, but theres a lag to change selection from one date to another.
Sorry if I didnt make myself clear. English is not my first language.
The TTMSFMXCalendar is based on styles and each date is built up from FireMonkey objects which was the initial design choice. This approach unfortunately takes up a lot of resources and affects performance. We are currently applying a new approach in our TMS FNC UI Pack. This pack currently does not have a calendar, but it's on our todolist to add one in the future.
The same applies to TTMSFMXSpinnner. It uses internally an FMX style object hierarchy. The performance of the FMX framework to deal with this is especially on some lower performance Android devices not great. With our TMS FNC controls, we handle everything with classic painting that proves to be better performing, especially on lower performance devices.
2) Each component exposes Fill, Stroke and Font properties for each customizeable element inside a FNC Control. These properties can be used at designtime/runtime to customize the appearance of the control.