|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn748269209 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
110829s2011 nyua ob 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d GW5XE
|d E7B
|d COO
|d EBLCP
|d B24X7
|d OCLCQ
|d DEBSZ
|d YDXCP
|d IDEBK
|d OCLCQ
|d BEDGE
|d OCLCQ
|d MEAUC
|d OCLCF
|d UIU
|d OCLCQ
|d TXI
|d OCLCQ
|d IOG
|d Z5A
|d LIV
|d OCLCQ
|d MERUC
|d ESU
|d OCLCQ
|d VT2
|d OCLCO
|d N$T
|d CEF
|d U3W
|d AU@
|d OCLCQ
|d OCLCO
|d WYU
|d UWO
|d DEHBZ
|d YOU
|d UAB
|d OCLCQ
|d OCLCO
|d LEAUB
|d UKAHL
|d OL$
|d OCLCQ
|d OCLCO
|d W2U
|d DCT
|d ERF
|d OCLCQ
|d BRF
|d DKU
|d OCLCO
|d OCLCQ
|d TOH
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 755069368
|a 759865596
|a 765144276
|a 771214761
|a 857251262
|a 1005763504
|a 1063982827
|a 1086999149
|a 1110784404
|a 1112573593
|a 1129360830
|a 1152997130
|a 1192327812
|a 1240515626
|
020 |
|
|
|a 9781430235705
|q (electronic bk.)
|
020 |
|
|
|a 1430235705
|q (electronic bk.)
|
020 |
|
|
|z 9781430235699
|
020 |
|
|
|z 1430235691
|
024 |
7 |
|
|a 10.1007/978-1-4302-3570-5
|2 doi
|
029 |
1 |
|
|a AU@
|b 000048771761
|
029 |
1 |
|
|a AU@
|b 000053271246
|
029 |
1 |
|
|a AU@
|b 000058047226
|
029 |
1 |
|
|a AU@
|b 000060583552
|
029 |
1 |
|
|a AU@
|b 000065314520
|
029 |
1 |
|
|a AU@
|b 000067090479
|
029 |
1 |
|
|a DEBSZ
|b 368473597
|
029 |
1 |
|
|a DEBSZ
|b 397162103
|
029 |
1 |
|
|a NZ1
|b 13935726
|
035 |
|
|
|a (OCoLC)748269209
|z (OCoLC)755069368
|z (OCoLC)759865596
|z (OCoLC)765144276
|z (OCoLC)771214761
|z (OCoLC)857251262
|z (OCoLC)1005763504
|z (OCoLC)1063982827
|z (OCoLC)1086999149
|z (OCoLC)1110784404
|z (OCoLC)1112573593
|z (OCoLC)1129360830
|z (OCoLC)1152997130
|z (OCoLC)1192327812
|z (OCoLC)1240515626
|
037 |
|
|
|a CL0500000110
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.P98
|b F47 2011
|
072 |
|
7 |
|a COM
|x 046100
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051360
|2 bisacsh
|
072 |
|
7 |
|a UY.
|2 bicssc
|
082 |
0 |
4 |
|a 005.26
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ferrill, Paul.
|
245 |
1 |
0 |
|a Pro Android Python with SL4A /
|c Paul Ferrill.
|
246 |
3 |
|
|a Pro Android Python with Scripting Layer for Android
|
260 |
|
|
|a [New York, NY] :
|b Apress,
|c ©2011.
|
300 |
|
|
|a 1 online resource (xiv, 282 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
490 |
1 |
|
|a Books for professionals by professionals
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017).
|
500 |
|
|
|a "Books for professionals by professionals."
|
504 |
|
|
|a Includes bibliographical references and index.
|
520 |
|
|
|a Pro Android Python with SL4A is for programmers and hobbyists who want to write apps for Android devices without having to learn Java first. Paul Ferrill leads you from installing the Scripting Layer for Android (SL4A) to¡writing small scripts, to more complicated and interesting projects, and finally to uploading and packaging your programs to an Android device. Android runs scripts in many scripting languages, but Python, Lua, and Beanshell are particularly popular. Most programmers know more than one programming language, so that they have the best tool for whatever task they want to accomplish. Pro Android Python with SL4A explores the world of Android scripting by introducing you to the most important open-source programming languages that are available on Android-based hardware. Pro Android Python with SL4A starts by exploring the Android¡software development kit¡and then shows you how to set up an Eclipse-based Android development environment. You then approach the world of Android programming by using Beanshell, which runs on the Dalvik, and learning how to write small programs to administer an Android device. Next, discover how Lua, a lightweight language perfectly suited for scripting on smaller devices, can work with Android. Lua can be used for small but important tasks, like SMS encryption and synchronizing photos with flickr. Last, but certainly not least, you will discover the world of Python scripting for SL4A, and the power contained within the full range of Python modules that can combine with the Android SDK. You'll learn to write small location-aware apps to get you started, but by the end of this book, you'll find yourself writing fully GUI-fied applications running on the Android desktop! Pro Android Python with SL4A is rounded out with a chapter on distributing and packaging scripts, a skill that you'll find very useful as you reach out to a wider audience with your programs.
|
505 |
0 |
|
|a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Preface; Chapter 1: Introduction; Why SL4A?; The World of Android; Android Application Anatomy; Activities; Intents; SL4A History; SL4A Architecture; SL4A Concepts; JavaScript Object Notation (JSON); Events; Languages; Beanshell 2.0b4; Lua 5.1.4; Perl 5.1 0.1; PHP 5.3.3; Rhino 1.7R2; JRuby 1.4; Shell; Python; Summary; Chapter 2: Getting Started; Installing SL4A on the Device; Installing the Android SDK; Linux; Mac OS X; Windows; Installing Python.
|
505 |
8 |
|
|a Remotely Connecting to the DeviceDevice Settings; Executing Simple Programs; Summary; Chapter 3: NaVigating the Android SDK; Wading Through the SDK Documentation; Examining the Different SDK Components; Testing With the Android Emulator; Android Debug Bridge; Dalvik Debug Monitor Service (DDMS); Summary; Chapter 4: Developing with Eclipse; Installing Eclipse on a Development Machine; Eclipse Basics; Perspectives; Projects; Android Development Toolkit; Using Pydev; Using MUltiple File Types in Eclipse; Summary; Chapter 5: Exploring the Android API; Exploring the Android APls; Android Facades.
|
505 |
8 |
|
|a ActivityResultFacadeAndroidFacade; ApplicationManagerFacade; BatteryManagerFacade; BluetoothFacade; CameraFacade; CommonlntentsFacade; ContactsFacade; EventFacade; EyesFreeFacade; LocationFacade; MediaPlayerFacade; MediaRecorderFacade; PhoneFacade; PreferencesFacade; SensorManagerFacade; SettingsFacade; SignalStrengthFacade; SmsFacade; SpeechRecognitionFacade; TextToSpeechFacade; ToneGeneratorFacade; UiFacade; WakeLockFacade; WebCamFacade; WifiFacade; Summary; Chapter 6: Background Scripting with Python; Background Tasks; Triggers; Orientation-based Actions; Location-based Actions.
|
505 |
8 |
|
|a Time-based ActionsElapsed Time-based Triggers; FTP File Sync Tool; Syncing Photos with Flickr; Syncing with Google Docs; AStartup Launcher; Summary; Chapter 7: Python Scripting Utilities; Python Libraries; E-mail-Based Applications; Location-Aware Applications; Tweet My Location; Killing a Running App; URL File Retriever; Python FTP Server; Summary; Chapter 8: Python Dialog Box-based GUls; UI Basics; Book Title Search; Convenience Dialog Boxes; Progress Dialog Boxes; Modal versus Non-Modal Dialog Boxes; Options Menu; File Listing with dialogCreateAlert; Dialog Boxes as Python Objects.
|
505 |
8 |
|
|a Podplayer AppBuilding the mysettings App; Summary; Chapter 9: Python GUls with HTML; HTML and Basic Information Display; HTML and JavaScript; HTML GUI Form Basics; Simple HTML Forms; Cascading Style Sheets; SMS Merger; Summary; Chapter 10: Packaging and Distributing; QR Codes; Application Packages; Packaging Your Own Application; Building with Ant; Compiling SL4A; Finishing Touches; Winding Down; Summary; Index.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Android (Electronic resource)
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 blmlsh
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Smartphones
|x Programming.
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Téléphones intelligents
|x Programmation.
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Android.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Python.
|2 bisacsh
|
650 |
|
7 |
|a Informatique.
|2 eclas
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Ferrill, Paul.
|t Pro Android Python with SL4A.
|d [New York, NY] : Apress, ©2011
|w (DLC) 2012359638
|
830 |
|
0 |
|a Books for professionals by professionals.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430235699/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26905581
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00042812
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL798694
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10494240
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 422338
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26005298
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7104474
|
994 |
|
|
|a 92
|b IZTAP
|