Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

MOBILE APPLICATIONS DEVELOPMENT WITH ANDROID: TECHNOLOGIES AND ALGORITHMS
Título:
MOBILE APPLICATIONS DEVELOPMENT WITH ANDROID: TECHNOLOGIES AND ALGORITHMS
Subtítulo:
Autor:
QIU, M
Editorial:
CRC PRESS
Año de edición:
2016
Materia
MACINTOSH
ISBN:
978-1-4987-6186-4
Páginas:
290
69,50 €

 

Sinopsis

Features

Provides an advanced introduction to mobile app development for graduate students and professionals
Uses a project-based learning approach
Explores recent developments in mobile technologies and wireless networks
Includes emerging technologies, including mobile cloud computing
Covers advanced techniques using Big Data and mobile Big Data storage
Summary

Mobile Applications Development with Android: Technologies and Algorithms presents advanced techniques for mobile app development, and addresses recent developments in mobile technologies and wireless networks. The book covers advanced algorithms, embedded systems, novel mobile app architecture, and mobile cloud computing paradigms.

Divided into three sections, the book explores three major dimensions in the current mobile app development domain. The first section describes mobile app design and development skills, including a quick start on using Java to run an Android application on a real phone. It also introduces 2D graphics and UI design, as well as multimedia in Android mobile apps.

The second part of the book delves into advanced mobile app optimization, including an overview of mobile embedded systems and architecture. Data storage in Android, mobile optimization by dynamic programming, and mobile optimization by loop scheduling are also covered. The last section of the book looks at emerging technologies, including mobile cloud computing, advanced techniques using Big Data, and mobile Big Data storage.



Table of Contents

Mobile App Design and Development Skills

Overview of Mobile App and Mobile Interface
Mobile System
Mobile Interface and Applications
Mobile Cloud

Quick Start on Android
Installing Java
nstalling Integrate Development Environment
Installing Android SDK
Creating an Android Application
Android Virtual Device

Introduction of Key Concepts of Android
App Components
App Resources
App Mainfest

2D Graphics and Multimedia in Android
Introduction of 2D Graphics Techniques
Advanced UI Design
Overview of Multimedia in Android
Audio Implementations in Android
Executing Video in Android

Advanced Mobile App Optimizations

Mobile Embedded System Architecture
Embedded Systems
Scheduling Algorithms
Memory Technology
Mobile Embedded Systems
Messaging and Communication Mechanisms

Data Storage and SQLite Operations
Local Data
SQLite Database
Content Provider

Mobile Optimization by Dynamic Programming
Introduction of heterogeneous embedded systems and dynamic programming
Fixed Time Model
Probabilistic Time Model
Nondeterministic Polynomial Time Problems

Mobile Optimizations by Loop Scheduling
Introduction
Basic Graph Models and Techniques
Fundamental Timing Optimizations
Time and Power Optimizations with Loop Scheduling
Conclusions

Mobile Apps Techniques in Emerging Technologies

Mobile Cloud Computing in Mobile Applications Deployment
Introduction
Concepts of Mobile Cloud Computing
Main Techniques of Mobile Cloud Computing
Mobile Cloud Computing Architecture

Efficient Data Synchronization on Mobile Devices in Big Data
Overview of Big Data
Big Data Processing
Mobile Big Data Storage
Security and Privacy Issues
Data Deduplication

Appendices
Appendix 1: Project 1
Appendix 2: Project 2
Appendix 3: BirthProvider.java. Codes