September 2019
Beginner
512 pages
12h 52m
English
Another way of rendering widgets is by adding a layer above the platform widgets, but not changing the way the system renders visual components effectively:

In this mode of rendering, the work is done by the SDK like a normal native app, but before it, the layout is defined by an additional step in the framework language. Every change in the UI causes communication between the application code and the native code that's responsible for calling the platform's SDK, working like an intermediary. Like the previous technique, it may cause a small overhead for the application, maybe a little bit bigger than the previous ...
Read now
Unlock full access