Skyler Kaufman | 4443691 | 2011-04-07 15:11:52 -0700 | [diff] [blame^] | 1 | <!-- |
| 2 | Copyright 2010 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 17 | # Welcome to Android # |
| 18 | |
| 19 | <div style="float: right; width: 35%;"> |
| 20 | |
| 21 | ## News ## |
| 22 | |
| 23 | ### Compatibility Definition for Android 2.3 ### |
| 24 | |
| 25 | The Compatibility Definition Document for Android 2.3 has been published. |
| 26 | The 2.3 CDD allows device manufacturers to use the Android source code to ship |
| 27 | a significantly wider variety of devices, including devices with extra-large |
| 28 | screens, such as tablets. A release of the Compatibility Test Suite is not |
| 29 | yet available, but will be soon. For more information, visit the |
| 30 | [Compatibility](compatibility/index.html) page. |
| 31 | |
| 32 | ### Source Code Available for Android 2.3 ### |
| 33 | |
| 34 | The source code for the Android 2.3 platform and software stack has been |
| 35 | released! This release allows OEMs to begin preparing Android 2.3 for |
| 36 | installation on new and existing devices, and allows hobbyists, enthusiasts, |
| 37 | and researchers to develop custom builds. For information on how to obtain the |
| 38 | software, visit our [Getting the Source](source/downloading.html) page. |
| 39 | |
| 40 | </div> |
| 41 | |
| 42 | <img style="float: right; padding-right: 1.5em;" src="images/home-bugdroid.png" alt="Android Mascot"/> |
| 43 | |
| 44 | <div style="font-size: 1.3em;"> |
| 45 | |
| 46 | Here you can find the information and source code you need to build an |
| 47 | Android-compatible device. |
| 48 | |
| 49 | Android is an open-source software stack for mobile devices, and a |
| 50 | corresponding open-source project led by Google. We created Android in |
| 51 | response to our own experiences launching mobile apps. We wanted to make |
| 52 | sure that there was no central point of failure, so that no industry player |
| 53 | can restrict or control the innovations of any other. That's why we |
| 54 | created Android, and made its source code open. |
| 55 | |
| 56 | [Learn more ยป](about/index.html) |
| 57 | |
| 58 | </div> |
| 59 | <div style="clear: both;"/> |
| 60 | |
| 61 | <table border="0" style="border: 0px; margin: 0px; padding: 0px;"><tr><td align="center" style="border: 0px; margin: 0px; padding: 0px;"> |
| 62 | <div class="rebox" style="float: left; width: 30%; margin: 1em;"> |
| 63 | <h2 style="color: white; background-color: #95C0D0; border: 0px;">Source</h2> |
| 64 | <div class="p"> |
| 65 | <p><img src="images/lil-wrench.png" alt="" style="margin: 1em; margin-bottom: 5em;"/> |
| 66 | If you're interested in contributing to the Android source code or helping |
| 67 | out with the open-source project, our Source pages have the information |
| 68 | you need.</p> |
| 69 | <p><a href="source/index.html">Get Involved »</a></p> |
| 70 | </div> |
| 71 | </div> |
| 72 | |
| 73 | <div class="rebox" style="float: left; width: 30%; margin: 1em;"> |
| 74 | <h2 style="color: white; background-color: #95C0D0; border: 0px;">Porting</h2> |
| 75 | <div class="p"> |
| 76 | <p><img src="images/lil-wrench.png" alt="" style="margin: 1em; margin-bottom: 5em;"/> |
| 77 | If you're an engineer building a device |
| 78 | intended to run the Android software stack, look at our Porting pages for |
| 79 | information and tips.</p> |
| 80 | <p><a href="porting/index.html">Build a Device »</a></p> |
| 81 | </div> |
| 82 | </div> |
| 83 | |
| 84 | <div class="rebox" style="float: left; width: 30%; margin: 1em;"> |
| 85 | <h2 style="color: white; background-color: #95C0D0; border: 0px;">Compatibility</h2> |
| 86 | <div class="p"> |
| 87 | <p><img src="images/lil-wrench.png" alt="" style="margin: 1em; margin-bottom: 5em;"/> |
| 88 | If you're an organization building an Android device, you'll want to check out our |
| 89 | Compatibility pages to find out how to take advantage of the benefits of |
| 90 | compatibility.</p> |
| 91 | <p><a href="compatibility/index.html">Get Compatible »</a></p> |
| 92 | </div> |
| 93 | </div> |
| 94 | </td></tr></table> |
| 95 | |
| 96 | <div style="clear: both;"/> |