I need to add a View to an item of a ListView, after it has rendered. Or between two items if possible.
The reason is because I have to create a bannerView that contains a banner from Admob, which has to be created inside the alloy controller (contains adunit, size, etc), before it can be added to the UI.
Thanks in advance.