Android Question DEFINITION?: define-by-run interface

JoseJose

Member
Licensed User
How would you explain define-by-run interface, in a couple of sentences?
When is this being used in B4A ?
Any simple examples?
 

KMatle

Expert
Licensed User
Longtime User
It's showing and using views depending on the context. Simplest way: Hide/show views by setting visible to true or false. Better: Load different layouts on runtime. You can use different activities, too. There are tons of possibilities.
 
Upvote 0
Top