开发者

How to use bundles to exchange data between 2 Fragments in Android

开发者 https://www.devze.com 2023-02-19 07:29 出处:网络
Is there a 开发者_运维技巧way in which we can pass pass data through bundles from one fragment to another in Android 3.0. If yes, what is the procedure of exchanging data through bundles in fragments?

Is there a 开发者_运维技巧way in which we can pass pass data through bundles from one fragment to another in Android 3.0. If yes, what is the procedure of exchanging data through bundles in fragments?


The same way you would exchange a bundle between any two other classes.

0

精彩评论

暂无评论...
验证码 换一张
取 消