RecyclerView的简单纵向动态使用 Adapter.java: public class Adapter extends RecyclerView.Adapter{ private static final String TAG = Adapter.class.getSimpleName(); private List mList = new ArrayList(); private Context mContext; public Adapter(Context context) { mContext = context;