I can not reach the database from the fragment
@Override public void onActivityCreated(Bundle savedInstanceState) { try { Log.i("LOG_Fragemnt ", "ROW "); DataBase sqh = new DataBase(getActivity()); From the activit I give him the context and it works, but it doesn’t work in the fragment,
Displays error
12-18 05: 22: 37.983 4052-4052 / com.example.eldos.callreport E / AndroidRuntime ﹕ FATAL EXCEPTION: main Process: com.example.eldos.callreport, PID: 4052 java.lang.NullPointerException
What is wrong doing?