2017-08-25 58 views

回答

0
  1. 來顯示所有圖像顯示活動使用recyclerviewGridLayoutManager這樣

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

檢查此鏈接how to use recyclerview with GridLayoutManager

  • 用於顯示圖像創建新活動和圖像傳時從recyclerview用戶選擇圖像到活動和顯示
  • 問我任何查詢的情況下