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...