How to exchange data between Activities in Android

Опубликовано: 31 Октябрь 2024
на канале: ITCuties
7,225
42

Today's post is on how to exchange data between activities using Android Intent putExtra and getExtras methods called in an activity code. We are going to show you how to send objects of your own type and read them in an activity. Our example is based on the Android read SMS tutorial (http://www.itcuties.com/android/read-.... We have modified this application to show SMS contents in a new view. This is the result.

This tutorial is available here - http://www.itcuties.com/android/inten...