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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[New York, NY] :
Apress,
©2011.
|
Colección: | Books for professionals by professionals.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.
- 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.
- 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.
- 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.
- 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.