evrencoskun/TableViewSampleApp

How to fix

opencrmitalia opened this issue · 1 comments

Hello

How to fix below issue
java.lang.Object android.content.Context.getSystemService(java.lang.String)' on a null object reference
at android.view.LayoutInflater.from(LayoutInflater.java:233)

public View onCreateCornerView() {
return LayoutInflater.from(mContext).inflate(R.layout.tableview_corner_layout, null, false);
}

Regards,
Chetan Parmar

You are doing something wrong @opencrmitalia. Please check the sample project.