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.
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