AndroidStudyCode
AndroidStudyCode copied to clipboard
如果一个activity有很多fragment,封装的思路是怎么样的?
trafficstars
如果一个activity有很多fragment,那么写起来的代码就会有很多重复的,如何封装?
抽取baseFragment啊 里面放共性方法 然后差不多的继承就是了