I have a table of 40 squares and each has an ID. When I\'m passing Bundle from another activity I need to extract Note, Color and ID from that bundle. And then the app will
Man I'm not understating what exactly you want to do.
Id is the id off an android widget then on function initialize() you should cast string to int this way: Integer.ValueOf(Id)
Hope this is what you want.