I have a fragment.cs which have onCreateView(.....) funciton inside. I want to change the fragment to activity so that I can perform a specific function call. I do not know how to do this. Can anybody help me?
public override View OnCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState){
//body of the function
}
how can I disable this function so that I can call another function.