Limit this search to....

Android App-Hook and Plug-In Technology
Contributor(s): Bao, Jianqiang (Author)
ISBN: 0367779226     ISBN-13: 9780367779221
Publisher: CRC Press
OUR PRICE:   $56.95  
Product Type: Paperback - Other Formats
Published: March 2021
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Games
- Computers | Networking - General
- Computers | Internet - General
Physical Information: 0.91" H x 6.14" W x 9.21" (1.38 lbs) 426 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

This book presents the Android plug-in technology used in Android development. This technology is widely used by a majority of Chinese internet companies, and is becoming more widely used worldwide. The book fully describes the history of Android plug-in technology, the installation and startup process, and new features of the Android plug-in technology. It also explores plug-in solutions for peripheral technologies. The book is designed to help Android app developers better understand the underlying technology of the Android system.

Features

  • Introduces Android system knowledge, including the communication between AMS and four components
  • Describes the Hook technique by Proxy.newProxyInstance and reflection, to modify Android system behavior, for example, to launch an activity not declared in the AndroidManifest.
  • Shows how to use the Hook apk packaging process in Gradle
  • Covers how to merge the resources in the plugin app and the host app, and how to merge dex of the host app and all the plugin apps
  • Presents the SO technique and how to launch SO files dynamically