Android源码中涉及到的设计模式
2017-08-09 本文已影响0人
Green_Apple
单例模式:内存中实例化一个对象DownloadManager
设配器模式:ListView 和GridView 的适配器
建造者模式:AlertDialog.Builder
观察者模式:BaseAdapater的NotifyDataSetChanged的实现
单例模式:内存中实例化一个对象DownloadManager
设配器模式:ListView 和GridView 的适配器
建造者模式:AlertDialog.Builder
观察者模式:BaseAdapater的NotifyDataSetChanged的实现