【发布时间】:2016-03-27 13:25:15
【问题描述】:
public class VideoFragment extends Fragment implements CacheListener {
...
public static Fragment build(String url, String cachePath) {
return VideoFragment_.builder()
.url(url)
.cachePath(cachePath)
.build();
}
...
}
我搜索了很多,但仍然不知道“VideoFragment_”? 谁能给我一些要点?
【问题讨论】:
-
其实我在github学习this android project
-
嗯,Today I Learned。投票以重复结束。
-
在我发布我的问题之前,我已经阅读了上述这些问题;但它们非常不同。人们无法通过引用它们来解决问题。不同的语境,不同的答案。 laalto 给出了很好的答案。