I\'ve been getting InflateException/ClassNotFoundException error intermittently. I\'ve seen similar errors before in SO but they were caused by spelling errors. I spelled \'
try to change
v = View.inflate(getContext(), R.layout.event_show_row_layout, null);
to
v = View.inflate(getApplicationContext(), R.layout.event_show_row_layout, null);