Articles under the 'Android' tag
Android Custom Gradle Plugin Statistics Task Time-Consuming
1. forewordWhen we use Gradle to build tasks, we sometimes want to count the time consumption of each task, so as to find out the running time of each task and whether there is room for optimization.
train of thought1.Custom Gradle plugins2.Use Listener to monitor3.Register Listener in custom Gradle
...
More >>
2023-06-26
Listener
/
Android
/
Gradle
Mechanism difference between ios and Android
1. ArchitectureiOS:
cocoa Touch layer: including Foundation Framework, UIkit Framework, Address Book UI Framework
Media layer: including image, audio, and video technologies
Core service layer: For example, CoreFoundationframework is an interface set based on C language, providing
Basic data ma
...
More >>
2023-05-19
QA
/
Android
/
ios
/
operation mechanism