OSDN Git Service

Add orientation to configuration for layoutlib.
[android-x86/frameworks-base.git] / docs / html / distribute / googleplay / edu / start.jd
1 page.title=Get Started
2 page.metaDescription=Get your apps ready for Google Play for Education.
3 excludeFromSuggestions=true
4 @jd:body
5
6 <div style="position:absolute;margin-left: 636px;
7             margin-top:-76px;color:#777;">If you're interested<br>
8             <a href="{@docRoot}distribute/googleplay/edu/contact.html"
9             class="go-link"
10             style="display: block;text-align: right;">SIGN UP</a></div>
11
12 <p>If you've got a great app for education or just an idea for one, plan to be a
13 part of Google Play for Education to reach even more teachers and students. It's
14 easy to participate, and you will be able to offer new or existing Android apps
15 using the familiar tools in Google Play.</p>
16
17 <p>To get started, review the sections in this document and learn about the
18 safety, usability, and quality guidelines that apps should meet. Assess your
19 apps against these guidelines and make any adjustments needed. You can use the
20 linked resources to help you develop a great app for students that offers
21 compelling content and an intuitive user experience on Android tablets.</p>
22
23 <h2 id="requirements">Safety First</h2>
24
25 <p>To participate, your apps must be designed to be usable and appropriate for
26 the K-12 market. The basic requirements that your apps must meet are:</p>
27
28 <ol>
29   <li>Apps and the ads they contain must not collect personally identifiable
30 information other than user credentials or data required to operate and improve
31 the app.</li>
32   <li>Apps must not use student data for purposes unrelated to its educational
33 function.</li>
34   <li>Apps must have a content rating of "Everyone" or "Low Maturity" (apps with
35 a "Medium Maturity" rating are allowed, if they have that rating solely because
36 they allow communication between students).</li>
37   <li>App content, including ads displayed by the app, must be consistent with
38 the app's maturity rating. The app must not display any “offensive” content, as
39 described in the <a
40 href="http://play.google.com/about/developer-content-policy.html">Google Play
41 Developer Program Policies</a> and <a
42 href="https://support.google.com/googleplay/android-developer/answer/188189">
43 content-rating guidelines</a>.</p></li>
44 </ol>
45
46
47 <h2 id="approved">With the Help of Educators</h2>
48
49 <p>App content submitted to Google Play for Education will be reviewed by
50 educators who will categorize the apps and align them with <a
51 href="http://www.corestandards.org/" class="external-link"
52 target="_android">Common Core Standards</a>. This will help make your content
53 discoverable in a way that is easy for teachers and administrators. </p>
54
55
56 <h2 id="secure">Sold Simply</h2>
57
58 <p>Google Play for Education provides a simple and secure environment in which
59 educators can buy apps in a way that's easy for schools &mdash; through purchase
60 orders. Your apps must support this environment by ensuring that they:</p>
61
62 <ul>
63   <li>Sell all content and services through Google Play for Education</li>
64   <li>Permit Google Play to offer teachers limited free trials before purchase
65 (through business terms only, no development work is needed)</li>
66 </ul>
67
68 <p>In addition, it's highly recommended that your apps:</p>
69 <ul>
70   <li>Disable in-app purchase in any UI accessible to students.</li>
71 </ul>
72
73 <h2 id="quality">High Quality and Usability</h2>
74
75 <p>Google Play for Education brings educational content to students and teachers
76 on Android tablets. Your apps should be designed to perform well and look great
77 on Android tablets, and they should offer the best user experience possible.
78 </p>
79
80 <p>High quality apps are engaging, intuitive, and offer compelling content.
81 Google Play for Education will highlight high-quality apps for easy discovery in
82 the store. Here are some recommendations for making your app easy for students
83 and teachers to enjoy.</p>
84
85 <ul>
86   <li>Meet Core app quality guidelines
87     <ul>
88       <li>Follow <a href="{@docRoot}design/index.html">Android Design Guidelines</a>. 
89       Pay special attention to the sections on <a href="{@docRoot}design/patterns/actionbar.html">Action
90       Bar</a>, <a href="{@docRoot}design/patterns/navigation.html">Navigation</a> and <a 
91       href="{@docRoot}design/patterns/pure-android.html">Pure Android</a>.</li>
92       <li>Test your apps against the <a href="{@docRoot}distribute/googleplay/quality/core.html">Core
93       App Quality Guidelines</a>.</li>
94     </ul>
95   </li>
96 <li>Meet tablet app quality guidelines
97   <ul>
98    <li>Follow our best practices for tablet app development</li>
99    <li>Review the <a href="{@docRoot}distribute/googleplay/quality/tablet.html">Tablet App
100    Quality Checklist</a> and <a href="http://android-developers.blogspot.com/2012/11/designing-for-tablets-were-here-to-help.html"
101    class="external-link;" target="_android">blog post on designing for tablets</a></li>
102    <li>Check your Optimization Tips in the Google Play Developer Console (if you've already uploaded your app)</li>
103   </ul>
104 <li>Strive for simplicity and highest usability for students
105   <ul>
106     <li>Design your app so that teachers and students can use all capabilities of your app without
107     having to sign-in to multiple accounts and remember multiple passwords. </li>
108     <li>For best experience, use Google sign-in in your apps, which provides seamless authentication
109     across apps. <!--Google Account login service and integrate with Google Drive where appropriate. --></li>
110   </ul>
111 </li>
112 </ul>
113 <p>In addition, it's highly recommended that your apps:</p>
114 <ul>
115   <li>Disable advertisements in any UI accessible to students.</li>
116 </ul>
117
118
119 <h2 id="strategies">Strategies for Development</h2>
120
121   <p>If you have an existing educational app in Google Play, the classroom
122 environment offered by Google Play for Education presents a slightly different
123 set of needs, requirements, and also opportunities.</p> 
124
125   <p>We're working to give you the tools you need to build for the classroom
126 environment from a single APK, delivered as a single product to all of your
127 users in Google Play. Our goal is to let you customize your app's UI and
128 features as minimally or deeply as you need, to provide a simple, intuitive, and
129 beautiful learning experience. </p>
130
131   <p>Watch for more information on developer tools coming in the weeks ahead.
132 We'll update this page as we roll out tools for you to use. As a starting point,
133 we recommend planning your app's design and ensuring its optimization on Nexus
134 tablets.</p>