Android Software Internals Quick Reference
eBook - ePub

Android Software Internals Quick Reference

A Field Manual and Security Reference Guide to Java-based Android Components

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Android Software Internals Quick Reference

A Field Manual and Security Reference Guide to Java-based Android Components

Book details
Table of contents
Citations

About This Book

Use this handy field guide as a quick reference book andcheat sheet for all of the techniques you use or reference day to day.Covering up to Android 11, this Android Java programming reference guide focuses on non-UI elements with a security focus. You won't see Android UI development, nor will you see low-level C or kernel techniques. Instead, this book focuses on easily digestible, useful, and interesting techniques in Java and the Android system.

This reference guide was created out of the need for myself to jot down all the useful techniques I commonly reached for, and so I'm now sharing these techniques with you, whether you arean Android internals software engineer or security researcher.

What You Will Learn

  • Discover the differences between and how to access application names, package names, IDs, and unique identifiers in Android
  • Quickly reference common techniques such as storage, the activity lifecycle, and permissions
  • Debug using the Android shell
  • Work with Android's obfuscation and encryption capabilities
  • Extract and decompile Android applications
  • Carry out Android reflection and dex class loading

Who This Book Is For

Programmers, developers, and admins with at least prior Android and Java experience.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Android Software Internals Quick Reference by James Stevenson in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Mobile Devices. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2021
ISBN
9781484269145

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction
  4. 2. Android Versions
  5. 3. Fundamentals
  6. 4. Intents
  7. 5. Application Names, Android Package Name, and ID
  8. 6. Storage
  9. 7. Android Unique Identifiers
  10. 8. Obfuscation and Encryption
  11. 9. Services, Launchers, and Components
  12. 10. Reflection and Class Loading
  13. 11. The Android Shell
  14. 12. Decompiling and Disassembling Android Applications
  15. 13. Closing Thoughts
  16. Back Matter