ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Beginning Android Tablet Programming

دانلود کتاب شروع برنامه نویسی رایانه لوحی Android

Beginning Android Tablet Programming

مشخصات کتاب

Beginning Android Tablet Programming

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781430237839 
ناشر: Apress 
سال نشر: 2 
تعداد صفحات: 288 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 مگابایت 

قیمت کتاب (تومان) : 58,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 8


در صورت تبدیل فایل کتاب Beginning Android Tablet Programming به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب شروع برنامه نویسی رایانه لوحی Android نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب شروع برنامه نویسی رایانه لوحی Android

شروع برنامه نویسی تبلت اندروید با نشان دادن نحوه آماده سازی سیستم خود برای برنامه نویسی تبلت اندروید شروع می شود. شما نیازی به تجربه قبلی اندروید نخواهید داشت، زیرا همه چیز را در مورد ساختار اصلی یک برنامه اندروید و نحوه عملکرد سیستم عامل اندروید یاد خواهید گرفت - و سپس یاد خواهید گرفت که چگونه اولین برنامه تبلت اندرویدی خود را از ابتدا بنویسید! شروع برنامه نویسی تبلت اندروید، سپس شما را به ساخت مجموعه ای از برنامه های تبلت اندرویدی جالب و کاملاً کاربردی مجهز می کند. این پروژه ها به شما الهام و بینش می دهد تا برنامه های اندرویدی خود را در آینده بسازید.


توضیحاتی درمورد کتاب به خارجی

Beginning Android Tablet Programming starts off by showing how to get your system ready for Android tablet programming. You won't need any previous Android experience, because you'll learn all about the basic structure of an Android program and how the Android operating system works - and then you'll learn how to write your first Android tablet application from scratch! Beginning Android Tablet Programming then equips you to build a set of interesting and fully-working Android tablet applications. These projects will give you the inspiration and insights to build your own Android programs in the future.



فهرست مطالب

GetFullPageImage......Page 1
front-matter......Page 2
Index......Page 0
A Short, Personal History of Portable Programming......Page 20
The Advent of Android......Page 22
Installing Your Development Environment......Page 23
Creating an Emulator Instance......Page 24
Your First Android Program......Page 25
Oh, No! Java!......Page 28
A Quick Guide to Java......Page 29
Structure......Page 30
Flow Control......Page 31
Objects......Page 32
Constructors, Initializers, and Overloading......Page 36
Where’s “Free”?......Page 38
String Handling......Page 39
Packages......Page 40
Lists and Maps......Page 41
Generics......Page 42
Inheritance and Interfaces......Page 43
Annotations......Page 44
Summary......Page 45
Basic Structure of Android Programs......Page 46
Intents: What, Where, Why, and Are They Honorable?......Page 61
Intent Filters......Page 66
Finally......Page 67
Secretly Linux......Page 68
Summary......Page 70
CHAPTER 3 What Can You Do with an Android Tablet?......Page 71
More Sensors Than the CIA......Page 72
Lights, Camera, Action......Page 81
Browsing for Fun and Profit......Page 82
Managing Your Assets......Page 84
Getting Fancy......Page 85
Accessing Contacts......Page 87
A Quick Side Trip into Lists......Page 90
Different Things to Access......Page 92
Bonus Stuff—Menu Options......Page 93
Sending E-mail......Page 94
Sound and Fury (Managing Media Files)......Page 95
Summary......Page 96
CHAPTER 4 Beyond Java: Programming in Python and Friends......Page 97
Script Management......Page 98
What’s a Facade?......Page 100
Intents (Again)......Page 101
Different Ways of Using the Intent Methods......Page 102
User Interaction......Page 104
Events......Page 107
Media Files......Page 109
Controlling Your Phone......Page 112
Where Am I?......Page 113
Battery......Page 115
Keeping the Device Awake......Page 117
Editing Tips......Page 118
Contacts and Phone Numbers......Page 120
SQL......Page 121
Summary......Page 122
What’s a Fragment?......Page 123
Examining the Example......Page 124
The ActionBar......Page 127
FragmentManager......Page 129
Media Player Application......Page 130
Displaying a List from a Cursor......Page 132
Some More on the ActionBar......Page 133
Getting a Media URI......Page 134
Playing Media......Page 135
Dialog Boxes......Page 136
Advanced Media Playing......Page 138
Displaying Our Progress......Page 139
Summary......Page 140
Anatomy of a File Explorer......Page 141
ListActivity for Fun and Profit......Page 142
A Note on Resources......Page 143
Build Your Own List Adapter......Page 144
Populating the List......Page 146
Finding Out About Your File......Page 148
Going Native......Page 151
State Your Preference......Page 155
Sorting Techniques......Page 158
The Actual Activity......Page 159
Reacting to a List Selection......Page 160
Creation at Last......Page 161
Reacting to a Context Menu......Page 162
Dialogs......Page 163
A Few Last Bits......Page 166
Summary......Page 167
CHAPTER 7 Contact Manager......Page 168
Anatomy of a Signpost......Page 169
Room for Improvement......Page 173
Backward Compatibility......Page 174
Saving the List......Page 175
Import and Export......Page 176
A Last Note on Dialogs......Page 177
Managing Contacts......Page 178
Loaders......Page 179
Why a Loader?......Page 180
The Search Bar......Page 181
Contact Details......Page 183
Editing Data......Page 186
Adding a Phone Number......Page 187
Changing Types......Page 188
And Deleting......Page 189
Summary......Page 190
Location Manager......Page 191
BAT3PGps......Page 192
A Class to Handle the Location Manager......Page 193
Location......Page 197
The Compass......Page 199
Bearing and Distance......Page 201
Wakeup Calls......Page 202
Services......Page 203
Notifications......Page 204
Proximity Alerts......Page 206
Proximity Alert Pros and Cons......Page 208
Lists of Targets......Page 209
Where Was That Again?......Page 213
Summary......Page 214
Threads......Page 215
Java Threads......Page 216
Synchronizing Your Threads......Page 218
Floater......Page 219
SurfaceView......Page 220
Handlers......Page 223
Handling Input......Page 224
Custom Fonts......Page 225
So What’s an Asset?......Page 226
Menus: A Different Approach......Page 228
It’s a Box......Page 230
More Interprocess Communication Options......Page 235
Summary......Page 236
Alarms......Page 237
Matching PendingIntent......Page 238
Sending SMS......Page 239
Receiving SMS......Page 240
Text To Speech......Page 241
SQLite......Page 243
Creating a SQLite Database......Page 244
Using Your Database......Page 245
The Application......Page 246
Contacts......Page 249
Set Alarm......Page 250
Alarms List......Page 253
Testing TTS......Page 256
Summary......Page 257
Timers......Page 258
Stopping Gracefully......Page 261
Doing Things in Background......Page 262
Asking for Directions......Page 266
The Download Manager......Page 269
Querying Your Downloads......Page 272
Animations......Page 274
Defining an Animation......Page 275
Loading Your Animation......Page 276
Programming Your USB......Page 277
Responding to USB Events......Page 280
And Finally......Page 282
back-matter......Page 283




نظرات کاربران