Kevin Jude Deloria
Results
3
comments of
Kevin Jude Deloria
Should be tagged as question as well - not an issue
Not sure if this is the best way, but you can use `LocalBroadcastReceivers` `showLoading()` will send a broadcast to the `ChildFragment`, you check the list size, and then issue another...
+1 for bus pattern. Basically what you want is to isolate everything in the View layer. So only your main fragment & child fragment know each other - not necessarily...