10个关于Android开发的实用教程推荐

openkk 13年前
     <p>本文为致力于 Android 应用的开发人员精选了几个不错的实用教程,无论是初学者还是专业开发人员都应该能够从中获益。这些教程中有不少是关于绘图和地址服务运用的,另外一些则是 SDK 相关的。希望对大家有所帮助。</p>    <p><strong>1. <a href="/misc/goto?guid=4958191045334139928">OpenGL ES 2.0</a></strong> <br /> 这里展示了如何创建一个简单的 Android 应用程序,通过 OPGL ES 2.0 API 来实现一些基本的图形操作。</p>    <p><a href="/misc/goto?guid=4958191046086750294"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image002" border="0" alt="clip_image002" src="https://simg.open-open.com/show/9f952be77b7a9dc900e92e8de637fa2e.jpg" width="600" height="195" /></a></p>    <p><strong>2. <a href="/misc/goto?guid=4958191046825680296">Android 开发指导</a></strong> <br /> 这篇文章介绍了怎样使用 Eclipse 来创建 Android 的应用程序。这篇教程非常长,但同时也非常详细。</p>    <p><a href="/misc/goto?guid=4958191047561890195"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image004" border="0" alt="clip_image004" src="https://simg.open-open.com/show/66453e946bcf276d82e274468d5e0688.jpg" width="630" height="242" /></a></p>    <p><strong>3. <a href="/misc/goto?guid=4958191048287606426">Android SDK 手册——安装 Android SDK</a></strong> <br /> 这篇文章讲述怎样安装 Android 的 SDK,以及首次如何设置开发环境。</p>    <p><a href="/misc/goto?guid=4958191049027412667"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image005" border="0" alt="clip_image005" src="https://simg.open-open.com/show/57197820da92b5785b2210eb843ba418.jpg" width="500" height="323" /></a></p>    <p><strong>4. <a href="/misc/goto?guid=4958191049768637873">利用 非死book SDK 为 Android 开发 非死book 应用程序</a></strong> <br /> 在这篇教程中你将看到一个 Android 应用程序,该应用程序可以登录 非死book,并获取 非死book ID。</p>    <p><a href="/misc/goto?guid=4958191050512505661"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image006" border="0" alt="clip_image006" src="https://simg.open-open.com/show/b8be9e2cd10211b630374c5997499d91.jpg" width="630" height="179" /></a></p>    <p><strong>5. <a href="/misc/goto?guid=4958191051264152402">使用 Canvas 进行 Android 绘图,节约你的画布</a></strong> <br /> 这是使用 Canvas 绘图系列文章的其中一篇。</p>    <p><a href="/misc/goto?guid=4958191052005251445"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image008" border="0" alt="clip_image008" src="https://simg.open-open.com/show/46d6cc0b768f73f6994ce17b11fe4b19.jpg" width="630" height="293" /></a></p>    <p><strong>6. <a href="/misc/goto?guid=4958191052745055950">面向 Android 的 Google 地图开发</a></strong> <br /> 在这篇文章中我们将了解到怎样将 Google 地图融入一个 Android 应用。</p>    <p><a href="/misc/goto?guid=4958191053472891668"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image010" border="0" alt="clip_image010" src="https://simg.open-open.com/show/16777efc75eb245fa6dbd03041322e64.jpg" width="596" height="193" /></a></p>    <p><strong>7. <a href="/misc/goto?guid=4958191054214392050">Android 地址服务案例</a></strong> <br /> 这篇教程可以指导你如何在 Android 上使用地址服务(特别是,使用 LocationManger 类获取用户地址及使用 Geocoder 类进行地址编码)和 Google 地图。</p>    <p><a href="/misc/goto?guid=4958191054947865421"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image012" border="0" alt="clip_image012" src="https://simg.open-open.com/show/cd39728243962b0dbc2aafabfb2fde08.jpg" width="600" height="186" /></a></p>    <p><strong>8. <a href="/misc/goto?guid=4958191055683890557">使用 Android Contacts</a></strong> <br /> 从这篇文章中可以学习到 Android 如何访问 SQLite 及使用游标的一些基本知识。</p>    <p><a href="/misc/goto?guid=4958191056423619661"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image013" border="0" alt="clip_image013" src="https://simg.open-open.com/show/12d44e8bf34ea536a0a3c73c99fea29f.jpg" width="406" height="200" /></a></p>    <p><strong>9. <a href="/misc/goto?guid=4958191057162569688">如何计算两个 GPS 坐标间的距离?</a></strong> <br /> 这里介绍了一个简单的功能,根据两个 GPS 坐标导出它们之间的距离(单位:米)。</p>    <p><strong>10. <a href="/misc/goto?guid=4958191057897973682">创建 Android 动态桌面</a></strong> <br /> 这篇文章演示了怎样一步步从零开始制作 Android 的动态桌面(live wallpaper)。</p>    <p><a href="/misc/goto?guid=4958191058641916687"><img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="clip_image015" border="0" alt="clip_image015" src="https://simg.open-open.com/show/95fc32e29eebfa7449bbff48e75bfc35.gif" width="487" height="326" /></a></p>    <p>Via  <a href="/misc/goto?guid=4958191059370014862">script-tutorials</a><br /> 来自: <a id="link_source2" href="/misc/goto?guid=4958191060105341417" target="_blank">http://www.iteye.com/news/22861</a></p>