mardi 3 juin 2014

Bundle[mPacelledData.size=300]


Vote count:

0




I have got this code :



protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, data);
if (resultCode == Activity.RESULT_OK) {
if (data != null) {
try {
Log.v("onActivtyResult", data.getExtras().toString());


I got Bundle[mPacelledData.size=300], can someone explain what this line mean cause I don't really understand ?



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire