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
);
2023-08-02 17:49:52
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
);