Lines Matching refs:from
20 - XML files can be loaded at runtime (e.g., from an SD card) to change the application build.
24 - XML helps to separate the view from the logic.
28 - Load XML components at runtime from file or data
56 - Built from classes.
60 - Cannot be loaded from XML at runtime because custom code cannot be loaded.
62 Components are built from other components and widgets and can be loaded at runtime.
65 - Built from widgets or other components.
69 - Can be loaded from XML at runtime as they describe only the visuals.
79 In light of the above, only components can be loaded from XML.
133 When loaded from a file, the file name is used as the component name.
212 They can be referenced from components, and their API can be used via the exposed attributes
218 To make the widgets accessible from XML, an XML parser needs to be registered for each widget.