INNER CODE UNIT · Java
bind
florent37/ShapeOfView · app/src/main/java/io/github/florent37/shapeofview/sample/ErrorActivity.java:92
public void bind(Object o){
img_flyer_list.setImageDrawable(ContextCompat.getDrawable(itemView.getContext(), R.drawable.shape_of_view_shoes));
tv_cell_title.setText("My event");
tv_cell_description.setText("My desc");
}
}
}