Android通过代码获取View

View view = LayoutInflater.from(mContext).inflate(R.layout.song_item_adapter, null);

LayoutInflater inflater = (LayoutInflater)context.getSystemService

      Context.LAYOUT_INFLATER_SERVICE);
View view = inflater.inflate(R.layout.hello,null);
 
上一篇:关于SqlServer修改数据库常用信息的方法


下一篇:iOS-设计模式之通知