Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display VAST ads in my android app?

Tags:

android

ads

vast

I would like to display video Ads in my app based on VAST. Can anybody please guide me on how to do that ?

like image 246
Ajith Memana Avatar asked May 13 '13 09:05

Ajith Memana


2 Answers

You can use any VAST ad supporting advertising SDK for showing VAST video ads.

OR

You can parse the VAST response in you application then you can play the video link in Android native video player. In this case you also have to fire all VAST ad tracking events.

like image 192
Gunwant Avatar answered Sep 21 '22 10:09

Gunwant


I know it's an old question, but for anyone looking at it lately - THIS is a nice VAST container by Nexage. Integration is super easy and it works pretty good, the only drawback is that it's adding a huge library to your project (unnecessary huge), which might be a problem for big projects hitting the DEXOPT limit problem.

like image 33
Vesko Avatar answered Sep 24 '22 10:09

Vesko