데이터 전송
-
Android) Activity에서 Fragment로 데이터 전송하기Programing Language/Android Studio(Java&Kotlin) 2020. 11. 28. 00:19
stackoverflow.com/a/51745044 Pass data from Activity to Fragment that is already displayed How do you pass a data from activity to fragment that's already active? I can transfer using a bundle but the only way I can get it is using createView on that fragment but my problem is it is alre... stackoverflow.com