Hey fellow Corona devs,
The behavior I’m after is to show an ad in between search results (rows) of a TableView.
Eg:
Search result 1 (TableView row 1)
Search result 2 (TableView row 2)
Show ad (TableView row 3)
Search result 3 (TableView row 4)
Search result 4 (TableView row 5)
Show ad (TableView row 6)
Is there some kind of ad plugin where I could make a request at a particular point in time of rendering the table which would return an ad / image / object to be inserted into a / the row?
Any info would be greatly appreciated.
Thanks.