Android App-Hook and Plug-In Technology
Autor Jianqiang Baoen Limba Engleză Paperback – 31 mar 2021
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
Preț: 261.56 lei
Preț vechi: 375.71 lei
-30% Nou
Puncte Express: 392
Preț estimativ în valută:
50.06€ • 52.18$ • 41.67£
50.06€ • 52.18$ • 41.67£
Carte tipărită la comandă
Livrare economică 06-20 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367779221
ISBN-10: 0367779226
Pagini: 452
Dimensiuni: 156 x 234 x 23 mm
Greutate: 0.64 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
ISBN-10: 0367779226
Pagini: 452
Dimensiuni: 156 x 234 x 23 mm
Greutate: 0.64 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Public țintă
Professional Practice & DevelopmentCuprins
Introduction Chapter 1 Plug-Ins from the Past to the Future Chapter 2 The Underlying Knowledge of Android Chapter 3 Reflection Chapter 4 Proxy Pattern Chapter 5 Hooking startActivity() Chapter 6 The Basic Concepts of Plug-In Techniques Chapter 7 Resources in Plug-In Chapter 8 The Plug-In Solution of Four Components Chapter 9 A Plug-In Solution Based on Static-Proxy Chapter 10 Related Plug-In Techniques Chapter 11 Summary of Plug-In Technology APPENDIX A: SAMPLE CODE LIST, INDEX
Descriere
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, the installation and startup process, and new features of the Android plug-in technology.