Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Programming Android
 
イメージを拡大
 

Programming Android [ペーパーバック]

Zigurd Mednieks , Laird Dornin , G. Blake Meike , Masumi Nakamura

参考価格: ¥ 3,733
価格: ¥ 3,371 通常配送無料 詳細
OFF: ¥ 362 (10%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常1~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
この商品には新版があります:
Programming Android: Java Programming for the New Generation of Mobile Devices Programming Android: Java Programming for the New Generation of Mobile Devices
¥ 3,746
近日発売 予約可

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


よく一緒に購入されている商品

この本とLearning Android ¥ 2,621 をあわせて買う

Programming Android + Learning Android
合計価格: ¥ 5,992

在庫状況の表示

  • 対象商品: Programming Android

    通常1~3週間以内に発送します。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細

  • Learning Android

    通常1~3週間以内に発送します。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細


この商品をチェックした人はこんな商品もチェックしています


商品の説明

内容説明

Android has not only created a vibrant new market for mobile apps, it's also generating a new culture of interactive Java programming. This authoritative guide shows experienced application developers what they need to program for the Android operating system -- the core building blocks, how to put those blocks together, and how to build compelling apps that work on a full range of Android devices. With Programming Android, you'll learn advanced Java concepts in a way that any programmer can understand, even if you have no previous experience with the language. You'll delve into topics such as sensors, native development, and 3D graphics, and learn how to build Android apps on the platform of your choice, including Windows, Linux, and Mac OS X. * Learn the key components of an Android application * Explore the Android Framework and the Eclipse IDE * Understand Android's unique database design issues and examine the role of SQLite * Create an Android user interface that's captivating and easy to navigate * Make your app location-aware, and take advantage of multimedia * Use sensors and gestures to expand your app's input beyond the defaults

著者について

Zigurd Mednieks is a consultant to leading OEMs, enterprises, and entrepreneurial ventures creating Android-based systems and software. Previously he was Chief Architect at D2 Technologies, a voice-over-IP (VoIP) technology provider. There he led engineering and product definition work for products that blended communication and social media in purpose-built embedded systems and on the Android platform. He is lead author of Programming Android. Zigurd is a 25 year veteran of user interface, telephony, and social media product creation in the computing and telecommunications industries. He co-authored Android Application Development, published by O'Reilly in 2009, writing chapters on telephony and inter-process communication. In 1986, his first book, C programming Techniques for the Macintosh, co-authored with his then wife-to-be Terry, was published by Howard W. Sams & Co. and went into several printings. Laird Dornin is a mobile development architect with extensive experience in Java, Android, J2ME, SavaJe, and the webkit browser library. He was a member of the J2SE development team at Sun Microsystems specializing in java.rmi and Jini technology. Laird is currently a Senior Engineer at a major wireless carrier, where he provides Android architectural guidance and Network API support to members of the carrier's developer community. Blake Meike is engineer with more than 30 years of experience, much of it with Java. He has built systems as large as Amazon's massively scalable AutoScaling service and as small as a pre-Android OSS/Linux based Java-like platform for cell-phones. He is currently deep in Android. With over a decade of software engineering experience, Masumi Nakamura has worked in various positions within the mobile technology arena, from building out mobile infrastructure to founding his own mobile company. He was one of the primary Android developers of the WHERE Android app and now is Principal Architect for the Big Data and Recommendations Group at WHERE, Inc (eBay, Inc). Outside of coding, he spends his time practicing Ba Gua Zhang and caring for his two cats.

登録情報


この商品を見た後に買っているのは?


類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(1)

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  32件のカスタマーレビュー
27 人中、26人の方が、「このレビューが参考になった」と投票しています。
Good as Both Intro to Android and Guide to Advanced Topics 2011/8/12
By eric j larson - (Amazon.com)
形式:ペーパーバック
I had a need for using Android in a research setting for advanced
mobile networking. Though I have a strong Java and mobile programming
background, I have no familiarity with Android. I needed to get up
to speed quickly, and thought I would go with an OReilly book, usually
a good bet.

I ended up using the intro to quickly
get started with eclipse, and then moved into the view section to put
together an interface without much trouble (useful examples),
and am looking at the
advanced sections to learn about Android's NFC feature. The 3rd
section is enlightening, saving me from some design mistakes that I was
sure to make. I did, however, feel that some of the information in the
later chapters was over
my head, targeted at an audience with more outside knowledge.

Overall, the book is both good at introducing the basics of Android,
and covering the more advanced topics.
14 人中、14人の方が、「このレビューが参考になった」と投票しています。
Great Book on Android 2011/8/18
By VJ - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I have been waiting for a while for a book like this for Android Technology. I have been doing general programming for several years. I found this book very educational and here are a few sections in the book that really stood out:

Chapter 7 of the book titled "Building a View" provides an excellent understanding on how the "views" in Android work. The explanation by the authors, using diagrams showing how the traditional model view controller architecture comes together in Android is very educational. I have been waiting for a good tutorial along these lines for some time.

Chapter 12 and 13 deal with content providers. The extensive treatment of content providers with example code and a sample application provided me several new insights in how this technology works, and how it can be used in real programming situations. The content provider framework for storing and referencing data using URIs is one of the novel features of the Android operating system. Great work in explaining the technology step by step!

The discussion on 2D and 3D graphics is also very informative. I learned a lot from this book. I would highly recommend this book to any developer or any Android Project Manager. Even experienced developers may learn a thing or two, if they go through this book. An excellent book, on Android.
11 人中、11人の方が、「このレビューが参考になった」と投票しています。
A must read in a new generation of Android books. 2011/8/8
By A. Jaokar - (Amazon.com)
形式:ペーパーバック
This book goes past the basics and provides a deeper level of understading of every topic it touches. It has a particular focus on how Android's data archiecture provides a model for apps that use a Web service, improving apperent
performance and presentation of data.

It is also the first in-depth book to cover Fragment and related classes that go into making Android tablet user interfaces. Additionally, it covers the compatibility library that enables running Fragment-based UIs on pre-Honeycomb versions of Android.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換