android-dynamic-action icon indicating copy to clipboard operation
android-dynamic-action copied to clipboard

[Android Router] Android Dynamic Action,简称DA,是一种简便、可变Action的实现方案。你可以像访问网页一样地访问Activity。

Results 2 android-dynamic-action issues
Sort by recently updated
recently updated
newest added

就fork了一下 发布到jitpack了。 地址&使用方法 ``` allprojects { repositories { ... maven { url "https://jitpack.io" } } } ``` ``` dependencies { compile 'com.github.GoSkyer:android-dynamic-action:1.0' } ```

This pull request is focused on resolving occurrences of Sonar rule squid:S1319 - Declarations should use Java collection interfaces such as List rather than specific implementation classes such as LinkedList...