In an attempt to make a free version of my app, I want to have ads that show if you are using the free version, and I want them to always be visible on the screen, even when a page consumes a long portion of a scrollview.
I know this would be accomplished with AbsoluteLayout But for the life of me, I cannot get one that will accomplish what I am looking for.
My desired effect is that a banner ad remain at the bottom of the screen, no matter where you go on the page. This ad, would be embeded into a View that I create which will check to see if you are using the free version, so in a paid version of the app, it was not visible, but I cannot get the ad to remain on the screen at all times. I can afix the ad to an absolute or relative position of the parent control, but have not had any luck with either one of two things happening.
1) the ad is behind the content of the page, and obscured/hidden.
2) the ad is afixed to the position on the page, and scrolls away with that portion of the page.
I know this is a simple task, I just haven't been able to produce it thus far with playing with the control.
Cheers!