So, I have always been on the assumption that you cannot pass arrays between actions with additional functions. But I just looked through the Bundle class documents and saw putStringArray(String key, String[] value)and public String[] getStringArray (String key). Are these new? They speak with the lvl 1 API, but I don’t remember being able to pass arrays. I'm going crazy?
putStringArray(String key, String[] value)
public String[] getStringArray (String key)
I think you should be able to pass the string [] as a package in Android. What specific reason do you have to come to this conclusion?
Refer to this post
http://www.anddev.org/view-layout-resource-problems-f27/how-can-i-pass-multidimensional-string-array-two-activities-t9259.html
Serializable , , String. Intent setExtra(String, Serializable), .
Serializable
String
Intent
setExtra(String, Serializable)
Source: https://habr.com/ru/post/1762222/More articles:How to determine the number of processor cores on a PC? - sasDoes perl have a +/- infinity equivalent for string comparisons? - stringgoing to git repo from second machine [Github] - gitProblem with adding braids - clojureWordpress add_action function - arraysHow to limit connection in Linux socket programming? - cHow to set up a UIView touch handler without a subclass - objective-cКонтрольные переменные интерфейса - oopMaster Page Callbacks - asp.netHow to draw a rectangle around the text when I selected the text with the mouse in the "Text" area? - javaAll Articles