Deitel Developer Series - Deitel P., Deitel H., Wald A. - Android 6 for Programmers: An App-Driven Approach (3rd Edition) [2015, PDF, ENG]

Страницы:  1
Ответить
 

WarriorOfTheDark

Top Seed 06* 1280r

Стаж: 17 лет 5 месяцев

Сообщений: 1665

WarriorOfTheDark · 13-Фев-16 23:03 (9 лет 4 месяца назад, ред. 13-Фев-16 23:14)

Android 6 for Programmers: An App-Driven Approach (3rd Edition)
Год издания: 2015
Автор: Deitel P., Deitel H., Wald A.
Жанр или тематика: Программирование
Издательство: Prentice Hall
ISBN: 978-0134289366
Серия: Deitel Developer Series
Язык: Английский
Формат: PDF
Качество: Издательский макет или текст (eBook)
Интерактивное оглавление: Да
Количество страниц: 480
Описание: The professional programmer’s Deitel® guide to smartphone and tablet app development using Android™ 6 and Android Studio Billions of apps have been downloaded from Google Play™! This book gives you everything you need to start developing great apps quickly and getting them published on Google Play™. The book uses an app-driven approach—each new technology is discussed in the context of eight fully coded and tested Android apps, complete with syntax shading, code highlighting, code walkthroughs and sample outputs. Apps you’ll develop include:
- Welcome App
- Cannon Game
- Tip Calculator
- Weather Viewer
- Flag Quiz
- Twitter® Searches
- Doodlz
- Address Book
Practical, Example-Rich Coverage of:
- Android 6, Android Studio: Gradle™, Vector Asset Studio, Theme Editor
- Material Design App Templates and Themes
- AppCompat Library, Android Design Support Library, RecyclerView, FloatingActionButton, TextInputLayout
- Material Design Elevation and Icons
- REST Web Services/JSON, Threading, SQLite™ Database, Android 6 Permissions
- Cursors, Loaders, ContentProviders
- Supporting Various Screen Sizes/Resolutions
- Accessibility, Internationalization
- Activities, Fragments, Intents, Preferences
- GUIs, Layouts, Menus, Resource Files, Events, Touch/Gesture Processing, Images, Audio, Graphics, Animation
- Immersive Mode, PrintHelper
- Google Play™ Store, App Publishing, Pricing, Marketing, In-App Advertising, In-App Billing, Virtual Goods and more
Примеры страниц
Оглавление
Table of Contents
Preface xxi
Before You Begin xxxi
Chapter 1: Introduction to Android 1
1.1 Introduction 2
1.2 Android–The World’s Leading Mobile Operating System 3
1.3 Android Features 3
1.4 Android Operating System 6
1.5 Downloading Apps from Google Play 13
1.6 Packages 14
1.7 Android Software Development Kit (SDK) 16
1.8 Object-Oriented Programming: A Quick Refresher 18
1.9 Test-Driving the Tip Calculator App in an Android Virtual Device (AVD) 21
1.10 Building Great Android Apps 30
1.11 Android Development Resources 32
1.12 Wrap-Up 34
Chapter 2: Welcome App 35
Dive-Into® Android Studio: Introducing Visual GUI Design, Layouts, Accessibility and Internationalization
2.1 Introduction 36
2.2 Technologies Overview 37
2.3 Creating an App 38
2.4 Android Studio Window 44
2.5 Building the App’s GUI with the Layout Editor 49
2.6 Running the Welcome App 65
2.7 Making Your App Accessible 66
2.8 Internationalizing Your App 67
2.9 Wrap-Up 72
Chapter 3: Tip Calculator App 73
Introducing GridLayout, EditText, SeekBar, Event Handling, NumberFormat, Customizing the App’s Theme and Defining App Functionality with Java
3.1 Introduction 74
3.2 Test-Driving the Tip Calculator App 75
3.3 Technologies Overview 76
3.4 Building the GUI 81
3.5 Default Theme and Customizing Theme Colors 88
3.6 Adding the App’s Logic 92
3.7 AndroidManifest.xml 100
3.8 Wrap-Up 103
Chapter 4: Flag Quiz App 105
Fragments, Menus, Preferences, Explicit Intents, Handler, AssetManager, Tweened Animations, Animators, Toasts, Color State Lists, Layouts for Multiple Device Orientations, Logging Error Messages for Debugging
4.1 Introduction 106
4.2 Test-Driving the Flag Quiz App 108
4.3 Technologies Overview 113
4.4 Creating the Project, Resource Files and Additional Classes 121
4.5 Building the App’s GUI 132
4.6 MainActivity Class 140
4.7 MainActivityFragment Class 147
4.8 SettingsActivity Class 161
4.9 SettingsActivityFragment Class 161
4.10 AndroidManifest.xml 162
4.11 Wrap-Up 164
Chapter 5: Doodlz App 165
2D Graphics, Canvas, Bitmap, Accelerometer, SensorManager, Multitouch Events, MediaStore, Printing, Android 6.0 Permissions, Gradle
5.1 Introduction 167
5.2 Test-Driving the Doodlz App in an Android Virtual Device (AVD) 168
5.3 Technologies Overview 173
5.4 Creating the Project and Resources 176
5.5 Building the App’s GUI 181
5.6 MainActivity Class 187
5.7 MainActivityFragment Class 188
5.8 DoodleView Class 198
5.9 ColorDialogFragment Class 207
5.10 LineWidthDialogFragment Class 211
5.11 EraseImageDialogFragment Class 214
5.12 Wrap-Up 216
Chapter 6: Cannon Game App 217
Manual Frame-By-Frame Animation, Graphics, Sound, Threading, SurfaceView and SurfaceHolder, Immersive Mode and Full-Screen
6.1 Introduction 218
6.2 Test-Driving the Cannon Game App 220
6.3 Technologies Overview 220
6.4 Building the GUI and Resource Files 222
6.5 Overview of This App’s Classes 225
6.6 MainActivity Subclass of Activity 226
6.7 MainActivityFragment Subclass of Fragment 226
6.8 Class GameElement 228
6.9 Blocker Subclass of GameElement 230
6.10 Target Subclass of GameElement 230
6.11 Cannon Class 231
6.12 Cannonball Subclass of GameElement 234
6.13 CannonView Subclass of SurfaceView 237
6.14 Wrap-Up 254
Chapter 7: WeatherViewer App 256
REST Web Services, AsyncTask, HttpUrlConnection, Processing JSON Responses, JSONObject, JSONArray, ListView, ArrayAdapter, ViewHolder Pattern, TextInputLayout, FloatingActionButton
7.1 Introduction 257
7.2 Test-Driving the WeatherViewer App 258
7.3 Technologies Overview 259
7.4 Building the App’s GUI and Resource Files 265
7.5 Class Weather 269
7.6 Class WeatherArrayAdapter 272
7.7 Class MainActivity 277
7.8 Wrap-Up 284
Chapter 8: Twitter® Searches App 286
SharedPreferences, SharedPreferences.Editor, Implicit Intents, Intent Choosers, RecyclerView, RecyclerView.Adapter, RecyclerView.ViewHolder, RecyclerView.ItemDecoration
8.1 Introduction 287
8.2 Test-Driving the App 288
8.3 Technologies Overview 295
8.4 Building the App’s GUI and Resource Files 297
8.5 MainActivity Class 303
8.6 SearchesAdapter Subclass of RecyclerView.Adapter 315
8.7 ItemDivider Subclass of RecyclerView.ItemDecoration 318
8.8 A Note on Fabric: Twitter’s New Mobile Development Platform 320
8.9 Wrap-Up 320
Chapter 9: Address Book App 322
FragmentTransactions and the Fragment Back Stack, SQLite, SQLiteDatabase, SQLiteOpenHelper, ContentProvider, ContentResolver, Loader, LoaderManager, Cursor and GUI Styles
9.1 Introduction 324
9.2 Test-Driving the Address Book App 326
9.3 Technologies Overview 328
9.4 Building the GUI and Resource Files 331
9.5 Overview of This Chapter’s Classes 341
9.6 DatabaseDescription Class 342
9.7 AddressBookDatabaseHelper Class 344
9.8 AddressBookContentProvider Class 346
9.9 MainActivity Class 354
9.10 ContactsFragment Class 360
9.11 ContactsAdapter Class 365
9.12 AddEditFragment Class 368
9.13 DetailFragment Class 376
9.14 Wrap-Up 382
Chapter 10: Google Play and App Business Issues 384
10.1 Introduction 385
10.2 Preparing Your Apps for Publication 385
10.3 Pricing Your App: Free or Fee 390
10.4 Monetizing Apps with In-App Advertising 392
10.5 Monetizing Apps: Using In-App Billing to Sell Virtual Goods 393
10.6 Registering at Google Play 394
10.7 Setting Up a Google Payments Merchant Account 395
10.8 Uploading Your Apps to Google Play 395
10.9 Launching Play Store from Within Your App 397
10.10 Managing Your Apps in Google Play 398
10.11 Other Android App Marketplaces 398
10.12 Other Mobile App Platforms and Porting Your Apps 398
10.13 Marketing Your Apps 399
10.14 Wrap-Up 403
Index 405
Download
Rutracker.org не распространяет и не хранит электронные версии произведений, а лишь предоставляет доступ к создаваемому пользователями каталогу ссылок на торрент-файлы, которые содержат только списки хеш-сумм
Как скачивать? (для скачивания .torrent файлов необходима регистрация)
[Профиль]  [ЛС] 

lupulv

Стаж: 13 лет 5 месяцев

Сообщений: 2


lupulv · 17-Авг-16 07:59 (спустя 6 месяцев)

Как книга? Думаю покупать русскоязычную версию, но отзывов по ней вообще нет.
[Профиль]  [ЛС] 

Dieterk

Стаж: 13 лет 8 месяцев

Сообщений: 1


Dieterk · 26-Окт-16 14:14 (спустя 2 месяца 9 дней)

I don't recommend to buy Russian. From point of view programmer should read English version. Moreover sometimes translation is not correct.
[Профиль]  [ЛС] 

kyrt

Стаж: 18 лет 7 месяцев

Сообщений: 304

kyrt · 26-Окт-16 18:09 (спустя 3 часа, ред. 26-Окт-16 18:09)

Dieterk писал(а):
71690479I don't recommend to buy Russian. From point of view programmer should read English version. Moreover sometimes translation is not correct.
я люблю читать книги на бумаге, а не на планшете/телефоне/компе. Сколько будет стоить его книга в бумажном виде на английском в Москве и где её купить?
И достоин ли Дейтел вообще такой чести? Его пример Tip Calculator меня неприятно удивил тем, как он организовал ввод данных пользователем, спрятав EditText за TextView.
Я тоже советую не писать глупых постов - все и так знают, что любые книги лучше читать в оригинале. Это относится не только к книгам по программированию.
[Профиль]  [ЛС] 

ilmarr

Стаж: 5 лет 1 месяц

Сообщений: 1


ilmarr · 31-Мар-23 10:44 (спустя 6 лет 5 месяцев)

Дейтелы (отец и сын) пишут не для программистов, а для студентов. По этой причине покупать эту книгу не стоит - это же на пару месяцев. В библиотеке вуза наверняка есть и много вывешивается сразу в сеть. Эти двое преподают в университете и их цель вывесить материал для ознакомления. Книга дорогая, известная, им хватает что во всем мире библиотеки вузов пару экземпляров купят по любому, поэтому авторы ничего не прячут. И у них книг много подобных.
Половина как минимум содержание их книг "вода", введение в суть темы, ознакомление. Покупать домой их книги это просто загромоздить свое жилище ненужной макулатурой. Для библиотеки на работе или в вузе годны конечно. Еще: книга устареет за год-полтора, опять новое издание покупать?
На русском. Действительно не стоит даже пытаться читать, переводы неточные. Дейтелы пишут очень понятным языком, их английский очень легкий и точный. Читайте сразу на английском и не бойтесь, справитесь, заодно и язык улучшится (программисту ну никак без английского).
[Профиль]  [ЛС] 
 
Ответить
Loading...
Error