smarthityou / EPLife

ZHH毕业设计

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

针对单例的建议

shangmingchao opened this issue · comments

单例类的构造器要private,静态实例最好加上volatile。此外,不建议把Fragment写成单例类,可以像Google推荐的一样写一个工厂方法。