I have read many tutorials that describes the difference between android various options to get Context but I am still in Confusion. Is there any problem If i used getApplicationContex() instead of getContext(),this,getActivity() and getBaseContext().. In my entire Application?
Many people marked this Question as duplicate. But still I didn't got the satisfied answer from anyone. The answer should be in Yes or No and if Yes then the proper reason for that.
Please have a look to my Question once again.
Is there any problem If i used getApplicationContex() instead of getContext(),this,getActivity() and getBaseContext() etc etc... In my entire Application? If Yes.. Why?