Easy Code

1.

mButton.setOnClickListener(new OnClickListener(){  
            public void onClick(View v) { 
                
            }

});  

 2

public Favorite(Context context) {        
        super(context);
        // TODO Auto-generated constructor stub
        mContext = context;        
        init(context);
    }
    
    public Favorite(Context context, AttributeSet attrs) {        
        super(context, attrs);
        init(context);
    }

    public Favorite(Context context, AttributeSet attrs, int defStyle) {        
        super(context, attrs);
        init(context);

 }  

 


 

 

    

posted on 2012-04-29 13:31  者行孙  阅读(244)  评论(0编辑  收藏  举报

导航