Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private LayoutInflater inflater;
- public CustomAdapter(MainActivity mainActivity, ArrayList<Uri> prgmImages) {
- context=mainActivity;
- imageUri=prgmImages;
- inflater = LayoutInflater.from(context);
- }
Advertisement
Add Comment
Please, Sign In to add comment