• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps In app ads help

n.vinod

Lurker
hello friends,
well i need your help...I am very new to android development, and eventually i had developed an android app i want to launch it for free but want to earn money via ads...kindly support me by giving your valuable advice, which ad network should i choose. I am from India, Does the location of the developer also matters in this case.

PLEASE GIVE ME A LIST BEST AD NETWORKS.
 
I currently use Google AdMob which works great for me. The best part has to be how easy it is to use, once you sign up you create a new "application" which will be whatever you application is, then download the .jar file, add it into your application and then follow the tutorial on how to add the ads!

The easiest way is to add the ad to the xml with all defaults set, then it just shows up, no setup in the Activity at all, example code would be :

Code:
<com.google.ads.AdView android:id="@+id/adView"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
           ads:adUnitId="YOUR_ID_HERE"
            ads:adSize="BANNER"
            ads:loadAdOnCreate="true"/>
 
Thanks Sam Voss, i want to know one more thing as being in india i cant sell my apps via android market. so how can i make money or which ad network gives payment support to India.

thanks
vinod
 
Back
Top Bottom