Android依赖注入
-
Android依赖注入框架Dagger2的使用方法
目录Dagger2注入框架原理简要分析示例代码生成代码分析DaggerActivityComponent类MainActivity_MembersInjector何处真正产生了实际参数简要流程图(仅适用于本示例)Dagger2注入框架原理简要分析[详细]
2023-05-09 10:19 分类:开发 -
Android ButterKnife依赖注入框架使用教程
目录简介APT整个流程ButterKnife的工作原理简介 BuffterKnife 采用 注解+ APT技术 APT:Annotation Processor tool 注解处理器,是Javac的一个工具,每个处理器都是继承于AbstractProcessor[详细]
2023-02-24 10:20 分类:开发 Android Hilt依赖注入的实现浅析
目录什么是依赖注入使用依赖注入的好处Hilt 中常用的预定义限定符@HiltandroidApp@AndroidEntryPoint@Module@InstallIn@Provides@Inject@HiltViewModelHilt的使用依赖建立实体类添加Hilt入口提供对象获取对象应用与V[详细]
2023-01-28 10:17 分类:开发Android Hilt依赖注入的使用讲解
目录什么是依赖注入使用依赖注入的好处Hilt中常用的预定义限定符@HiltandroidApp@AndroidEntryPoint@Module@InstallIn@Provides@Inject@HiltViewModelHilt的使用依赖建立实体类添加Hilt入口提供对象获取对象应用与Vi[详细]
2023-01-17 10:17 分类:开发R regex to validate user input is correct
I\'m trying to practice writing better code, so I wanted to validate my input sequence with regex to make sure that the first thing I get is 开发者_高级运维a single letter A to H only, and the second[详细]
2022-12-22 20:34 分类:问答