activity_UI代码页面的开发

1.在oncreate方法中设置布局页面

eg:setContentView(R.layout.app_manager);

2.根据id获取控件

eg:lv_app_manager = (ListView) this.findViewById(R.id.lv_app_manager);

3.给控件设置数据

eg:

原文地址:https://www.cnblogs.com/avrilliu/p/3213695.html