Suppose I have a TextView wi开发者_如何学Goth the text "Select text in your web browser and click the Spreed". If I select the first couple of words ("Select text") and click the OK button, just those two selected words should be displayed in the next activity. How would I go about doing this in Android?
Start from here : http://developer.android.com/resources/tutorials/hello-world.html
You could provide data between activities using intents and bundle.
精彩评论