@ViewInject注解来彻底放弃findViewByid

//定义变量

@ViewInject(R.id.btnPlay)

public Button btnPlay;

//在onCreate中

x.view().inject(this);


需要添加库:

xutils-3.3.34.jar



你可能感兴趣的:(@ViewInject注解来彻底放弃findViewByid)