I want to get the value from the other activity by i have error
String resouce ID #0x1

Here is my code in android:
         Activity A:
               intent.putExtra("userid",intUserId);
                startActivity(intent);

      Activity B:

           Bundle getuserID = getIntent().getExtras();
            
            if (getuserID != null) {
                userid = Integer.valueOf(getuserID.getInt("userid"));
            }

please help thank you... 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to