摘要:
1.工厂方法模式的定义工厂方法模式使用的频率非常高, 在我们日常的开发中总能见到它的身影。 其定义为:Define an interface for creating an object,but let subclasses decide which class toinstantiate.Fact... 阅读全文
摘要:
·单例类单实例类,就是这个类只能创建一个对象,保证了对象实例的唯一性。1.单例模式( Singleton Pattern) 是一个比较简单的模式, 其定义如下:Ensure a class has only one instance, and provide a global point of ac... 阅读全文
摘要:
No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案 首先这个问题的产生是由于缺少Theme.AppCompat.Light这个主题产生的,而这个主题 的是存在于android\support\app... 阅读全文