开发者

Adding Ads to List

开发者 https://www.devze.com 2023-03-10 14:37 出处:网络
What would be the easiest way of including a fixed ad at the bottom of a li开发者_开发百科st implemented like this one:

What would be the easiest way of including a fixed ad at the bottom of a li开发者_开发百科st implemented like this one:

http://developer.android.com/resources/tutorials/views/hello-listview.html


You can use the addFooterView(View v) method to add a static View to the end of the list.


You need to build a custom listview, and on that listviewAdapter you can load the Ad.

0

精彩评论

暂无评论...
验证码 换一张
取 消