Android Tutorial #8: Pass data between activities using explicit intent and bundle object.

Опубликовано: 04 Март 2026
на канале: clientuser.net
14,283
71

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.