I have an array of string resources whose elements have a placeholder. I added them there in the same way as in a regular resource and thought that I could change the value just as easily as in a regular string, but for some reason I cannot access a separate item and can not figure out how to do it. Here is the question on the placeholder which I found in enSO and this is what I found in the array. It seems everything is clearly painted, but I can not dynamically change the value. Here is my array:

<string-array name="array"> <item>Все %1$d текст.</item> <item>Все %1$d текст.</item> </string-array> 

I thought to give the site a name, but the question immediately arises as to how to access the individual site.

    0