Android viewHolder

A kind of design pattern.

 

1 public class viewHolder {
2     public static ImageButton downButton;
3     public static ImageButton upButton;
4     public static ImageButton normalButton;
5     public static ImageButton muteButton;
6     public static ImageButton vibrateButton;
7     public static ProgressBar myProgressBar; 
8     public static ImageView myImageView;
9 }
posted @ 2012-05-07 15:08  DuSizhong  阅读(176)  评论(0)    收藏  举报