Send Message To Calling Listfragment From Custom Adapter
I have a ListFragment , which will display a list of news feed items. I'm doing an asyncTask to get 20 feeds initially, then I need to do another call to get next 20 feeds , only i
Solution 1:
Change your adapter's constructor so that you can pass the reference of your fragment to your adapter. Then you can make a callback to your fragment's methods from your adapter.
Post a Comment for "Send Message To Calling Listfragment From Custom Adapter"