horoko

Untitled

Aug 11th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.   private  LayoutInflater inflater;
  2. public CustomAdapter(MainActivity mainActivity, ArrayList<Uri> prgmImages) {
  3.         context=mainActivity;
  4.         imageUri=prgmImages;
  5.         inflater = LayoutInflater.from(context);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment