Home | History | Annotate | Download | only in monetization
      1 page.title=Monetizing Your App
      2 
      3 trainingnavtop=true
      4 startpage=true
      5 next.title=Advertising without Compromising User Experience
      6 next.link=ads-and-ux.html
      7 
      8 @jd:body
      9 
     10 <div id="tb-wrapper">
     11 <div id="tb">
     12 
     13 <!-- Required platform, tools, add-ons, devices, knowledge, etc. -->
     14 <h2>Dependencies and prerequisites</h2>
     15 <ul>
     16   <li>Android 1.0 or higher</li>
     17   <li>Experience with <a href="{@docRoot}guide/topics/ui/declaring-layout.html">XML layouts</a></li>
     18 </ul>
     19 
     20 
     21 <h2>Try it out</h2>
     22 
     23 <div class="download-box">
     24   <a href="http://developer.android.com/shareables/training/MobileAds.zip" class="button">Download
     25 the sample app</a>
     26   <p class="filename">MobileAds.zip</p>
     27 </div>
     28 
     29 </div>
     30 </div>
     31 
     32 <p>Apart from offering paid apps, there are a number of other ways to monetize your mobile applications.  In this class, we are going to examine a number of typical methods (more lessons are to come) and their associated technical best practices.  Obviously, each application is different and you should experiment with different combinations of these and other monetization methods to determine what works best for you.</p>
     33 
     34 <h2>Lessons</h2>
     35 
     36 <!-- Create a list of the lessons in this class along with a short description of each lesson.
     37 These should be short and to the point. It should be clear from reading the summary whether someone
     38 will want to jump to a lesson or not.-->
     39 
     40 <dl>
     41   <dt><b><a href="ads-and-ux.html">Advertising without Compromising User Experience</a></b></dt>
     42     <dd>In this lesson, you will learn how to monetize your application with mobile
     43 advertisements.</dd>
     44 </dl>
     45