Possible Duplicate:
What is Context in Android?
I would like to have an answer on this question Android - SharedPreferences with serializable object:
LocalPersistence LP=new LocalPersistence();
Asortiment=(Nomenklatura) LP.readObjectFromFile(???, filename);
But can't understand what to pass instead of Context context
in main activity?