LViewHolder.java 文件源码

java
阅读 35 收藏 0 点赞 0 评论 0

项目:QiangHongBao 作者:
public static LViewHolder get(View convertView, @LayoutRes int layoutId, int position, ViewGroup parent) {
    if (convertView == null) {
        return new LViewHolder(layoutId, position, parent);
    } else {
        LViewHolder viewHolder = (LViewHolder) convertView.getTag();
        viewHolder.mPosition = position;
        return viewHolder;
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号