如何将数据从Volley onResponse发送到ViewPager Fragments

时间:2014-09-12 20:44:12

标签: android android-fragments android-viewpager android-volley

我正在构建一个应用程序,其中i从MainActivity调用serviceIntent。使用eventbus,服务然后在数据准备好时调用事件。我目前正在订阅托管viewpager的片段中的事件,但之后,如何将该数据传递给viewpager中的片段?

有人有一些viewpager http调用的示例代码,或者可以帮助设计模式在这里实现。 感谢

1 个答案:

答案 0 :(得分:0)

最简单的方法是

youractivity.yourfragmentinstance.yourmethodinfragment(response);

其他方式是接口