Hello, Android 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Hello, Android

简体网页||繁体网页
Ed Burnette 作者
Pragmatic Bookshelf
译者
2008-12-28 出版日期
228 页数
USD 32.95 价格
Paperback
丛书系列
9781934356173 图书编码

Hello, Android 在线电子书 图书标签: android  programming  编程  计算机技术  计算机  Android  科学&科普&技术  技术   


喜欢 Hello, Android 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-06-02


Hello, Android 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Hello, Android 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Hello, Android 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Hello, Android 在线电子书 用户评价

评分

书中根据每章涉及的主题进行例子讲解,例子比较简单,书中列出了所有的代码,有一些不完整。整体来说,此书比较简单,适合于有一定编程基础的使用。但是细节不是很好,也不怪之,作为初学的第一本书应该可以有一个大概的概念,还是不错的。

评分

书中根据每章涉及的主题进行例子讲解,例子比较简单,书中列出了所有的代码,有一些不完整。整体来说,此书比较简单,适合于有一定编程基础的使用。但是细节不是很好,也不怪之,作为初学的第一本书应该可以有一个大概的概念,还是不错的。

评分

相当短小而又实用的一本入门书籍,目前网上可以下到2个版本,一个1.5的,一个1.6的,不过看作者网站已经有第三版(2.x)放出了,但考虑到1.5,1.6巨大的装机量,还是建议看1.6版的。 全书主线是通过一个Sudoku的例子依次把常用到的API都介绍了一遍,跟着把例子都做一遍接口的基本用法也就会了,不过偶尔会出现介绍一个新的API但给出的代码往往会涉及到后面介绍的一些东西,并且代码没有一起给出,导致不能马上编译看到效果,这个如果能加以改进就更好了。

评分

相当短小而又实用的一本入门书籍,目前网上可以下到2个版本,一个1.5的,一个1.6的,不过看作者网站已经有第三版(2.x)放出了,但考虑到1.5,1.6巨大的装机量,还是建议看1.6版的。 全书主线是通过一个Sudoku的例子依次把常用到的API都介绍了一遍,跟着把例子都做一遍接口的基本用法也就会了,不过偶尔会出现介绍一个新的API但给出的代码往往会涉及到后面介绍的一些东西,并且代码没有一起给出,导致不能马上编译看到效果,这个如果能加以改进就更好了。

评分

从例子开始的Android入门书。内容不深,也不多,但很合我的胃口。

Hello, Android 在线电子书 著者简介

Ed Burnette 资深软件技术专家,拥有20多年软件开发经验。SAS高级计算机实验室的联合创始人和高级研究员。他是www.planetandroid.com网站的创办人和ZDNet的专栏作家。除本书外,他还出版了Google Web Toolkit: Taking the Pain out of Ajax和 Eclipse IDE Pocket Guide等著作。


Hello, Android 在线电子书 图书目录


Hello, Android 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Hello, Android 在线电子书 图书描述

Android is a new open source software toolkit for mobile phones that was created by Google and the Open Handset Alliance. In a few years, it’s expected to be found in millions of cell phones and other mobile devices, making Android a major platform for application developers. Whether you’re a hobbyist or a professional programmer, whether you are doing it for fun or for profit, it’s time to learn more about developingfor Android. This book will help you get started.

What readers are saying about Hello, Android

This is a most excellent book: very well written, easy to read, and fun.

In addition, any of Android’s quirks are explained along with just the

right amount of detail to ensure quality programming principles are

followed.

Anthony Stevens

Founder and CTO, PocketJourney and Top 20 Winner of

Google Android Competition

Ed Burnette covers an impressive amount of ground in a nicely compact

book while retaining the popular Pragmatic style. For the material

on 2D and 3D graphics alone, this is worthy of a spot in any

Android developer’s library.

Mark Murphy

Founder, CommonsWare

I remember when I first started to work with Android; it was like a

huge maze. With this book, the introduction would have been much

less painful. I am convinced that by reading this book new Android

programmers will have an easier start.

Gabor Paller

Senior Software Architect, OnRelay, Ltd.

Hello, Android 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Hello, Android 在线电子书 读后感

评分

Android is a software toolkit for mobile phones, created by Google and the Open Handset Alliance. It's inside millions of cell phones and other mobile devices, making Android a major platform for application developers. That could be your own program runnin...  

评分

个人觉得蛮适合入门的,但不是别的都不懂然后看你就发现原来android是这么回事的。至少看了几章我是这么觉得,至少你得会JAVA。可惜我就那个不会java的。 作者通过带领大家制作一款android游戏开始,逐渐把android介绍给读者。做完感觉挺有成就感的。呵呵~~~见笑了~~~...  

评分

有了这本书,你可以写出helloworld,可以知道最基本的一起开发环境配置问题,适合对android什么都不懂的人。  

评分

一本基础的入门书,比较选中重点细致介绍而非很多中文书对所有API的概括。还是比较推荐,有些例子和用法在日后的开发中还会用到,也提到了有用的问题,推荐用来入门,很不错的书。之后的API学习完全可以根据项目的需要查看文档。  

评分

有了这本书,你可以写出helloworld,可以知道最基本的一起开发环境配置问题,适合对android什么都不懂的人。  

类似图书 点击查看全场最低价

Hello, Android 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Hello, Android 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有