Is it possible to put variables inside string-resources? And if yes - how do i use them.
What i need is the following:
Just pass it throught getString() function as formatArgs Object.
int nextResultsSize = getNextResultsSize(); String strNextResultsSize = getResources().getString(R.string.next_x_results, nextResultsSize);
XML:
Next %1$d results