danikula / danikula/AndroidVideoCache
help me!!!
Open
- Dominant language
- Java
- Stars
- 5.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
the function below in class VideoFragment of 'sample' module:
public static Fragment build(String url) {
return VideoFragment_.builder()
.url(url)
.build();
}
but I can't find builder()、url(url)、build() in current class.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.