經安全檢測,此網站為安全網站,請放心前往原始網址!

Android Cookbook: Recipe How to push string-values using Intent.putExtra() (Recipe 809, Revision 322

Discussion Push Data import android.content.Intent; ... Intent intent = new Intent( this, MyActivity. class); intent.putExtra( "paramName", "paramValue"); startActivity( intent ); The above code might be inside the main activity.

androidcookbook.com

網址安全性掃描由 google 提供