2017-08-25 103 views

回答

0
  1. 来显示所有图像显示活动使用recyclerviewGridLayoutManager这样

    私人GridLayoutManager lLayout;
    lLayout = new GridLayoutManager(MainActivity.this,2); recyclerview.setLayoutManager(lLayout);

检查此链接how to use recyclerview with GridLayoutManager

  • 用于显示图像创建新活动和图像传时从recyclerview用户选择图像到活动和显示
  • 问我任何查询的情况下