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.
精彩评论