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


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Android Recipes: A Problem-solution Approach
 
 

Android Recipes: A Problem-solution Approach [ペーパーバック]

Dave Smith

価格: ¥ 3,342 通常配送無料 詳細
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
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら
1冊からでも印刷、お届け
オンデマンド印刷技術で注文に応じて印刷、お届けする「プリント・オン・デマンド(POD)」サービス。

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

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



商品の説明

内容説明

Android continues to be one of the leading mobile OS and development platforms driving today's mobile innovations and the apps ecosystem. Android appears complex, but offers a variety of organized development kits to those coming into Android with differing programming language skill sets.

Android Recipes: A Problem-Solution Approach guides you step-by-step through a wide range of useful topics using complete and real-world working code examples.

In this book, you'll start off with a recap of Android architecture and app fundamentals, and then get down to business and build an app with Googles Android SDK at the command line and Eclipse. Next, you'll learn how to accomplish practical tasks pertaining to the user interface, communications with the cloud, device hardware, data persistence, communications between applications, and interacting with Android itself. Finally, you'll learn how to leverage various libraries and Scripting Layer for Android (SL4A) to help you perform tasks more quickly, how to use the Android NDK to boost app performance, and how to design apps for performance, responsiveness, seamlessness, and more.

Instead of abstract descriptions of complex concepts, in Android Recipes, you'll find live code examples. When you start a new project, you can consider copying and pasting the code and configuration files from this book, then modifying them for your own customization needs. This can save you a great deal of work over creating a project from scratch!

What youll learn

  • Discover Android architecture and various Android-specific APIs
  • How to develop a unit conversion app in the context of command-line/Android SDK and Eclipse/Android SDK environments
  • How to accomplish various tasks related to the user interface and more
  • How to use external libraries to save time and effort
  • How to quickly develop an app using the Scripting Layer for Android (SL4A) tool
  • How to boost app performance by using the Android NDK
  • Guidelines for designing filtered apps, performant apps, responsive apps, and seamless apps

Who this book is for

Newcomers to Android, as well as more accomplished Android developers.

Table of Contents

  1. Getting Started with Android
  2. User Interface Recipes
  3. Communications and Networking
  4. Interacting with Device Hardware and Media
  5. Persisting Data
  6. Interacting with the System
  7. Working with Libraries
  8. Scripting Layer for Android
  9. Android NDK
  10. App Design Guidelines

著者について

Jeff Friesen is a freelance tutor and software developer with an emphasis on Java (and now Android). In addition to writing Android Recipes, Jeff has written numerous articles on Java and other technologies for JavaWorld (JavaWorld.com), informIT (InformIT.com), Java.net, and DevSource (DevSource.com). Jeff can be contacted via his website at TutorTutor.ca.

Dave Smith is a professional engineer developing hardware and software for mobile and embedded platforms. Dave's engineering efforts are currently focused full-time on Android and iOS development. Since 2009, Dave has worked on developing at all levels of the Android platform, from writing user applications using the software development kit, to building and customizing the Android source code. Dave regularly communicates via his development blog (http://blog.wiresareobsolete.com) and Twitter stream @devunwired.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

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


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

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

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  9件のカスタマーレビュー
9 人中、9人の方が、「このレビューが参考になった」と投票しています。
My Favorite Android Book 2011/6/15
By C.R. - (Amazon.com)
形式:ペーパーバック
This is book is an excellent addition to the bookshelf of any serious android developer. Android Recipes is primarily geared toward an experienced android developer. However, even a beginning android developer (with a solid understanding of the Java programming language) will find it beneficial. What sets this book apart from most is its clear, concise explanations. I have tested and implemented many of the solutions in this book. After reading Chapter 5: Persisting Data, I was able to implement a content provider of my own in no time.

Pros: Clear, concise explanations of complex topics. Code examples available on-line.

Cons: None

This is the best android book I have read so far, and I definitely recommend it to anyone serious about Android development.
7 人中、7人の方が、「このレビューが参考になった」と投票しています。
This book delivers in a big way. 2011/6/27
By Brian F. Simmons - (Amazon.com)
形式:ペーパーバック
I own several Android/Java books, and even a couple from Apress, however, this Android Recipes book is now my favorite.

I tend to do a lot more iOS programming versus Android/Java programming, so often I'm looking how to do the analogous programming task in the Android world which I'm already familiar in iOS. This book really is a complete solution for my situation.

The UI recipes covers topics like animation, proper image assets, workflow, lists, dialogs, and dozens more.

I was really pleased to see an introduction/overview to the tool DroidDraw, which I was unfamiliar with first-hand prior to reading the book. It exposed me to a really cool tool that is a real time saver and pretty neat.

There are quite a few recipes on networking/communications. Items like SMS creation, parsing data with JSON/XML, utilizing a web service, Bluetooth connectivity, etc... Really great nuggets of info that get down to the nitty gritty of how to accomplish the task. There's not a lot of overview, so the book assumes you know the technology and don't need to be hand-held.

The book has some great info on the device hardware like camera interactivity, recording audio/video, map location (GPS) type of recipes, etc... Most applications need to persist their data, so file writing and SQLite are covered in depth with a bunch of recipes. Services, scheduling tasks, interaction with other apps, background operations, and other system tasks are covered quite nicely with a few dozen recipes broken down in task-based instruction sets.

I don't really do a lot of JAR "stuff" and/or Scripting (Python) so I didn't concentrate too much on those chapters, however, the coverage seemed to be pretty comprehensive and it's nice to know it's there if I ever have the need.

I really appreciated the chapter on the Android NDK. This is one of those areas where the information on the Internet can be a bit overwhelming and scattered about. So I found it really useful to have a pint-size barrel of information that pretty much is all you need to get up & running with the NDK.

I gave the book 5 stars, however, I do feel there is one area which could be improved, but I'm not sure it has anything to do with the author(s). I wish the layout of the book was more like a recipe book, one page containing a screenshot of the desired approach and text describing the intent, and subsequent pages laying out the solution. And have a hard-break between recipes, for easy of readability. I know this might make for a longer printed book, but in the e-format it sure would be a nice option.
7 人中、7人の方が、「このレビューが参考になった」と投票しています。
A definite book to have in your Android arsenal. 2011/6/1
By M. Freeman - (Amazon.com)
形式:ペーパーバック
If you are an Android developer, this is book you want on your shelf. Android Recipes gives you examples of working code to solve real world problems. Sure you can find the information on-line, but where else will you find all of this information in single, easy to use source, without spending hours digging through random web pages looking for a working example. While reading the book, I found myself frequently stopping to make notes or sending myself an email so I could try something new at work the next day. I can say that my understanding of what is possible has grown and my apps are better as a result.

Like many recipe books, the layout is a problem and solution format. The chapters are logically divided into things like system services, communications and networking, and working with libraries. Each chapter gives a multitude of problems which Android developers face daily. Then, and example is given of how to solve the problem. Best of all, the examples are thorough. Many books gloss over simple things like the layout of a screen. The authors have obviously taken the extra effort to provide a complete example of each solution.

So what can you expect to learn? This is a VERY short list of some of the problems which this book helps solve.

UI challenges such as manually handling UI rotation and creating pop-up menu actions.
Parsing XML and JSON.
Receiving SMS messages and capturing notification events.
Capturing and playing back audio and video.
Using the scripting layer to run shell and python scripts.
Persistent data and working with the SQLite database.
Integrating 3rd party JARs into your project

If you are on the fence about this book, I encourage you to take the plunge and buy it. You will not be disappointed.

クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


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


フィードバック


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