blob: 0c8931d7e070dfdb469d166bf3c9929cfbbd3223 [file] [log] [blame]
Joe Fernandeze7866882015-05-06 17:15:03 -07001page.title=Preview Program Overview
2
3@jd:body
4
5<p>
Joe Fernandezd575b1c2015-05-08 17:16:27 -07006 The M Developer Preview program is an opportunity for you to test the compatibility of your apps
7 with the next platform release, try out early versions of new API features, and provide feedback
8 to the Android team. The program includes update releases during course of the program to allow
9 you to follow the progress of feature development and fixes, leading up to the official release
10 of the platform, as shown in Figure 1.
11</p>
12
13<img src="{@docRoot}preview/images/m-preview-timeline.png"
14 alt="Preview program timeline" id="figure1" style="margin-top: 15px;">
15<p class="img-caption">
16 <b>Figure 1.</b> Timeline for the M Developer Preview program.
17</p>
18
19<p>
20 We strongly encourage you to provide feedback for the M Preview releases through our <a href=
21 "https://code.google.com/p/android-developer-preview/">issue tracker</a>. Issues reported early
22 in the program have a better chance of being addressed before the official release, so reports
23 provided by June 30, 2015 receive priority processing by the Android team.
24</p>
25
26<p>
27 To get started testing your app:
28</p>
29
30<ul>
31 <li>Review the <a href="{@docRoot}preview/api-overview.html">
32 API Overview</a> and <a href=
33 "{@docRoot}preview/api-changes.html">Behavior Changes</a> to
34 get an idea of what's new and how it affects your app.
35 </li>
36
37 <li>Setup for testing and development by following the instructions for <a href=
38 "{@docRoot}preview/setup-sdk.html">Setting up the Preview
39 SDK</a> and configuring test devices.
40 </li>
41
42 <li>Review the <a href="{@docRoot}preview/reference.html">M
43 Preview API Reference</a> and <a href=
44 "{@docRoot}preview/samples.html">M Preview samples</a> to
45 gain more insight into new API features and how to use them in your app.
46 </li>
47
48 <li>Join the <a href="https://plus.google.com/communities/101985907812750684586">M Preview
49 Google+ developer community</a> to get the latest developer updates and connect with other
50 developers working with the preview.
51 </li>
52</ul>
53
54<p>
55 Thanks in advance for your participation in the developer preview program!
56</p>