Android-HyViewInject icon indicating copy to clipboard operation
Android-HyViewInject copied to clipboard

一个Android的ViewInject的注入库,基于编译时注解解析,不会影响性能。

Results 3 Android-HyViewInject issues
Sort by recently updated
recently updated
newest added

会报类似这样的错误 Unable to write injector for type com.example.voteview.MainActivity: Source file already created: /VoteView/.apt_generated/com/example/voteview/MainActivity$$PROXY.java

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

By reading the source code,I doubt that the view modified by private-modifier can't be injected,isn't it?