How to pass a String array value from one activity to another Activity in android?

前端 未结 6 1557
北荒
北荒 2020-12-15 14:20

I am having two activities in my application. I want to pass tha array of String from one activity to another.. How to pass this values from activity to activity?

6条回答
  •  不知归路
    2020-12-15 14:47

    Here's some reading: http://www.vogella.de/articles/AndroidIntent/article.html#overview_accessdata go to section 2.1.

    Also, How to pass ArrayList using putStringArrayListExtra() should explain something similar.

提交回复
热议问题