findViewById 的躲懒方案,这函数名,哈哈。除了注解和在线生成,多了种偷懒方式
findViewById 的偷懒方案,这函数名,哈哈。除了注解和在线生成,多了种偷懒方式
用法
在微博中发现的偷懒方案,好简单。。
//结果与(...)findViewById(R.id....)一模一样,采用$作为方法名称,借鉴自jQuery public <T extends View> T $(int id) { return (T)super.findViewById(id); }
用法
private EditText editor; editor = $(R.id.p_name); editor.setText("Hello World!");
- 1楼hkxxx昨天 17:50
- 挺不错 天才出于勤奋 发明出于偷懒