Source Code: / clientuser_net
There are a few ways you can share data between two android activities. If you want to share a primitive data type, like a simple string, you might want to consider using an intent.
Here I show you how to share data using an explicit intent and bundle java object, and also how to programmatically fill a text view of an activity layout using that passed data.
Android studio continues to impress with its predictive coding.