-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019-11-01:什么是AOP?在Android中它有哪些应用场景? #179
Comments
AOP,面向切面编程,Android里面大多是使用动态代理技术来实现 |
AOP,针对切面编程,Android里面大部分是使用动态代理技术来实现 |
避免重复代码 |
Android 可以使用 AspectJ 实现 AOP 编程, 实现原理是编译时在注解处嵌入代码,侵入性小 |
aop的实现有静态代理和动态代理,静态代理有静态代理模式,基于Ajc编译器的AspectJ, |
面向切面编辑 只要场景有埋点 日志分析 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: