how to Initialize 2D array but two time in android -


i need initialize 2d array 2 time

create array json_1_all


public static string[][] json_1_all; 

json_1_all = new string [jsontabs.length()]**[]**; 

and

for(int = 0; < jsontabs.length(); i++){  json_1_all = new string **[]**[foods.length()]; } 

please precision bold []

thank you


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -