洁净爆米花

文章
2
资源
1
加入时间
2年10月17天

android.graphics.drawable.Drawable

A Drawable is a general abstraction for "something that can be drawn." Most often you will deal with Drawable as the type of resource retrieved for drawing things to the screen; the Drawable class pro

设计模式之创建型模式

设计模式之创建型模式 上一篇我们介绍了设计模式的六大原则,对设计模式的法则有了一个清晰的认识,这篇我们来介绍设计模式的分类:设计模式分为这三类:创建型模式、结构型模式、行为型模式。点击查看大图...