Hi to all,
I'm using in my app an asyncTask to do background work while the UI shows a progress bar.
The asyncTask is Launched from an Adapter (onClickListener) but in an other class and i want to know when the asyncTask finish doing its work to inform the inform the adapter that its work is done?
Thanks


