How to create your own advert engine for an Android App?
        Posted  
        
            by 
                Richard Green
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard Green
        
        
        
        Published on 2011-01-08T14:47:34Z
        Indexed on 
            2011/01/08
            14:53 UTC
        
        
        Read the original article
        Hit count: 188
        
android
|advertising
I have an Android App and I would like to start putting non-intrusive advert into the app. However, I have the benefit of knowing exactly what products I would like to put in these adverts (which will basically be amazon "similar products" type things and a few other suppliers). Is there any ad-engine out there that will allow me to do this? The ones I see already just put what they think are suitable.
I have scoured and I can't find an example of this... Any ideas? Should I just bite the bullet and write my own classes to do this ?
© Stack Overflow or respective owner