Android SplashScreen
SplashScreen As the name suggests, SplashScreen was launched by Google in Android 12 to solve the problem of forcing a white screen when the APP is started for the first…
SplashScreen As the name suggests, SplashScreen was launched by Google in Android 12 to solve the problem of forcing a white screen when the APP is started for the first…
State machine design 1. Code example of basic state machine 1.1. Define the state interface (State): Define all states that the object may have, and declare the operations that each…
Preface I know basically nothing about Android reverse engineering, which is why this column was created. Why start the column with Frida? the reason is simple: Therefore, I have also…
OSLogIt is a new framework introduced by Apple in macOS 10.15 (Catalina) and iOS 15 for recording system logs. It provides a modern way to log applications and integrates very…
As a hook tool, fishhook is frequently used in iOS development. Understanding the basic principles of fishhook should be an essential skill for an advanced developer. Unfortunately, although I have…
In the world of software development, build tools are an integral part of the development process. They undertake the important task of converting source code into executable programs or libraries,…
MagicDrive main framework MagicDrive is essentially based on the idea of the Bevgen model. By using Road Map, Object Box, Prompt and other content that are more suitable for autonomous…
1 startup type Cold Launch What happens when you open the app for the first time or when you launch it again after it has been completely closed. During a…
Electronics has never been smooth sailing in the field of nuclear physics. The Large Hadron Collider, the world’s most powerful accelerator, produces so much data that recording it all has…
Recently, Electron 30.0.0 was officially released! You can npm install electron@latestinstall it via , or download it from Electron’s release site, read on for details on this release. 🔥 Major…