pass values from one screen to another?

后端 未结 3 1852
失恋的感觉
失恋的感觉 2021-01-25 05:16

I need to pass data\'s (String) from one screen to another screen. At the time of button click i need to pass values from first screen to the next screen.

3条回答
  •  -上瘾入骨i
    2021-01-25 05:51

    A better way to do it (since you can access this value from anywhere) might be using sharedPrefrences. But that would depned on your application.

    http://developer.android.com/reference/android/content/SharedPreferences.html

提交回复
热议问题