Pro Android Python with SL4A /

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 final...

Full description

Saved in:
Bibliographic Details
Main Author: Ferrill, Paul
Format: Electronic eBook
Language:English
Published: [New York, NY] : Apress, ©2011.
Series:Books for professionals by professionals.
Subjects:
Online Access:CONNECT

MARC

LEADER 00000cam a2200000Ia 4500
001 in00006050272
006 m o d
007 cr unu||||||||
008 110829s2011 nyua ob 001 0 eng d
005 20220718131437.2
010 |a  2012359638 
035 |a 1WRLDSHRocn748269209 
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 
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 
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 
082 0 4 |a 005.26  |2 23 
049 |a TXMM 
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  |b PDF  |2 rda 
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 Online Learning Platform: Academic Edition (SAML SSO Access) 
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  |0 (OCoLC)fst01776064 
650 0 |a Python (Computer program language) 
650 0 |a Application software  |x Development. 
650 0 |a Smartphones  |x Programming. 
730 0 |a WORLDSHARE SUB RECORDS 
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://go.oreilly.com/middle-tennessee-state-university/library/view/-/9781430235699/?ar  |z CONNECT  |3 O'Reilly  |t 0 
949 |a ho0 
994 |a 92  |b TXM 
998 |a wi  |d z 
999 f f |s 9c0e2e42-d069-4852-bb8a-b843faa2007d  |i f2623c20-0b3b-486e-aa6f-6e3b61737038  |t 0 
952 f f |a Middle Tennessee State University  |b Main  |c James E. Walker Library  |d Electronic Resources  |t 0  |e QA76.73.P98 F47 2011  |h Library of Congress classification 
856 4 0 |3 O'Reilly  |t 0  |u https://go.oreilly.com/middle-tennessee-state-university/library/view/-/9781430235699/?ar  |z CONNECT