From a fragment I instantiate this way
fmdata = new FileManagerData(getActivity());
the following class. I don\'t understand why onCreate()
The onCreate method will be called after first access to the DB. Make a query to the DB and onCreate will be invoked.
onCreate