I am trying to make some alarms after the user selects something with a time from a list and create a notification for it at the given time. My problem is that the \"shownam
You should use intent.putExtra() method. Not set bundle to extras segment. IF you set string, you whould intent.putExtra(, value); Try this it will be done. I used it.