Is there a way to do this? Is there a way to use a tabhost and activities for each tabs content and pass values via extras. If so can someone post a link how to?
|
feedback
|
|
Use Intent.putExtra(..):
This method is overloaded and takes various types as second argument: int, byte, String, various arrays.. To get the data out use appropriate getXYZExtra(). For String this is:
| |||
feedback
|