I need to pass the values from screen1 to screen4. I declared the values as static but in that way the values are not passing. After screen1 I need to call screen2 and screen3. In screen1 button click I am getting the values but how to send them to screen4. Any suggestion in this regard will be thankful.
Share
you declare the static variable out side of your activity. means in a separate class.
and try to access them. it will work.