I am making a social app in which I am getting response from server side.. i.e emails of profilr friends. I want to take that response to next activity and display as the textview.
How to do this?? Can anyone help me over this??
I am making a social app in which I am getting response from server
Share
In
firstActivity.javatake the response in String and then pass the value tosecondActivity.javawith the help ofIntent.putExtraand fetch, assign to the relatedTextViewTo Put
To fetch