Android Question Is there an Activity object model?

Andrew Webb

Member
Licensed User
Longtime User
Hi All,

Can I reference all the views attached to an activity via something like the Javascript DOM? I remember seeing something like this but I can't find an example now.

If a layout was added with multiple panels, buttons, lists, etc and some views added via code... Can I access each view, including view arrays, programmatically using dot notation?

Any help much appreciated!

Andy
 
Top