登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書

『簡體書』Android编程 第二版(影印版)

書城自編碼: 2142627
分類:簡體書→大陸圖書→計算機/網絡移動開發
作者: [美]梅德尼克斯
國際書號(ISBN): 9787564142018
出版社: 东南大学出版社
出版日期: 2013-05-01
版次: 1 印次: 1
頁數/字數: 542/690000
書度/開本: 16开 釘裝: 平装

售價:HK$ 206.7

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
双城史
《 双城史 》

售價:HK$ 110.9
冯友兰和青年谈心系列:不是问题的问题(哲学大师冯友兰和年轻人谈心,命运解读)
《 冯友兰和青年谈心系列:不是问题的问题(哲学大师冯友兰和年轻人谈心,命运解读) 》

售價:HK$ 55.8
月与蟹(青鲤文库)荣获第144届直木奖,天才推理作家经典作品全新译本。一部青春狂想曲,带你登上心理悬疑之巅。
《 月与蟹(青鲤文库)荣获第144届直木奖,天才推理作家经典作品全新译本。一部青春狂想曲,带你登上心理悬疑之巅。 》

售價:HK$ 50.4
索恩丛书·盛清统治下的太监与皇帝
《 索恩丛书·盛清统治下的太监与皇帝 》

售價:HK$ 88.5
透过器物看历史(全6册)
《 透过器物看历史(全6册) 》

售價:HK$ 490.6
我在台北故宫博物院读名画
《 我在台北故宫博物院读名画 》

售價:HK$ 109.8
尼罗河往事:古埃及文明4000年
《 尼罗河往事:古埃及文明4000年 》

售價:HK$ 76.2
一个人·谁也不是·十万人(诺贝尔文学奖得主反思自我的巅峰之作)
《 一个人·谁也不是·十万人(诺贝尔文学奖得主反思自我的巅峰之作) 》

售價:HK$ 54.9

 

建議一齊購買:

+

HK$ 153.4
《Learning Android中文版(第2版)》
+

HK$ 205.4
《第一行代码——Android》
+

HK$ 259.7
《Android 4 高级编程(第3版)》
+

HK$ 243.8
《Android Cookbook(影印版)》
+

HK$ 259.6
《Android程序设计(影印版)》
內容簡介:
《Android编程第2版影印版》编著者梅德尼克斯。
构建设计精良的Android应用程序需要什么条件?使用这本《Android程序设计影印版新生代移动设备的Java编程》,深度探索Android的核心构造模块和应用程序编程接口,并且学习如何创建适用于全系列Android设备的引人注目的应用程序。你将使用经过验证的方法进行应用设计和实现——包括在你的项目起步时可用的应用程序框架。
深入探究传感器、原生开发、三维图形以及其他主题,并且探索发现如何在你所选择的平台上构建应用程序。如果你是一个技能中等以上的程序员,你将学会如何制作了不起的Android应用程序。
本书由Zigurd Mednieks、Laird Dornin、G. Blake Meike和Masumi Nakamura著
目錄
Preface
Part I Tools and Basics
1 Installing the Android SDK and Prerequisites
Installing the Android SDK and Prerequisites
The Iava Development Kit 0DK
The Eclipse Integrated Development EnvironmentIDE
The Android SDK
Adding Build Targets to the SDK
The Android Developer ToolsADTPlug—in for Eclipse
Test Drive:Confirm That Your Installation Works
Making an Android Project
Making an Android Virtual DeviceAVD
Running a Program on an AVD
Running a Program on an Android Device
Troubleshootin2 SDK Problems:NO Build Targets
Components of the SDK
The Android Debug Bridgeadb
The Dalvik Debug Monitor ServerDDMS
Components of the ADT Eclipse Plug-in
Android Virtual Devices
0ther SDK Tools
Keeping Up-to-Date
Keeping the Android SDK Up-tO-Date
Keeping Eclipse and the ADT Plug-in Up-tO-Date
Keeping the JDK Up-tO-Date
Example Code
SDK Example Code
Example Code from This Book
On Reading Code
2 JavaforAndroid
Android Is Reshaping Client—Side Java
The Java Type System
Primitive Types
Objects and Classes
Object Creation
The Object Class and Its Methods
Objects,Inheritance,and Polymorphism
Final and Static Declarations
Abstract Classes
Interfaces
Exceptions
The Tava Collections Framework
Garbage Collection
Scope
Java Packages
Access Modifiers and Encapsulation
Idioms of Java Programming
Type Safety inJava
Using Anonymous Classes
Modular Programming in Java
Basic Multithreaded Concurrent Programming in Java
Svnchronization and Thread Safety
Thread Control with waitand notifyMethods
Svnchronization and Data Structures
3.The Ingredients ofan Android Application
2.JavaforAndroid
3.The Ingredients ofan Android Application
4.Getting Your Application into Users’Hands
5.Eclipse for Android Software Development
Part II.About the Android Framework
6.Building a View
7.Fragments and Multiplatform Support
8.Drawing 2D and 3D Graphics
9.Handling and Persisting Data
Part III.A Skeleton Application for Android
10.A Framework for a Well-Behaved Application
11.Building a User Interface
12.Using Content Providers
13.A Content Provider as a Facade for a RESTfuI Web Service
Part IV.Advanced Topics
14.Search
15.Location and Mapping
16.Multimedia
17.Sensors|NFCISpeechfGesturesfandAccessibility
18.Communication l Identity|Sync l and Social Media
19.The Android Native Development KitN DK
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.