I am just finding what is the fact behind not using Context inside doInBackground(). In-fact we can\'t update the UI inside doInBackground() di
doInBackground()
We can use context in doinbackground method but only to get value from ui component. We can not use contexr to set value in ui component