I want to display recycler view inside fragment but i am getting java.lang.NullPointerException: Attempt to invoke virtual method \'boolean android.support.v7.widget.Rec
You are creating a view (in the first line) and you are ignoring it and returning something else.
You should do this :
return(rootview)