Android Essentials
Android Essentials is a no-frills, no-nonsense, code-centric run through the guts of application development on Google's Mobile OS. This book uses the development of a sample application to work through topics, focusing on giving developers the essential tools and examples required to make viab...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2008.
|
Edición: | 1st ed. 2008. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- Introduction - How you should use this book
- Installing, configuration, and compiling
- Running and using the emulator and debugger
- The Android Application
- Activity
- Intent Receiver
- Service
- Content Provider
- User Interface
- XML Layout View
- Custom View
- Location Based Services - Location Location Location
- Using Google's GPS module
- Using Android's built-in Google maps
- Networking
- Opening the connection
- Socket connections
- XML
- Tuning Connectivity
- Wrapping up.