tags:

views:

106

answers:

2

Possible Duplicate:
how display Advertisements in bottom of the screen in android?

I want to create the advertisement bottom of the android application. The size of the bottom advertisement place is 20px. How can I do this?

+1  A: 

Use the SDK of one of the mobile advertising providers and place their UI component in your Activity layout.

Christopher
+2  A: 

You might want to join Google AdSense for Mobile Applications. In the help pages there is a mention of an AdSense SDK which might help you.

Maxwell Troy Milton King
Thank you Maxwell..
Jeyavel