8128ff8cbe239c1d50f8ba12cf375c754862df0a
replaced this kind of code
string + " " + number + "out of" + " " + number
with this
String.format("%1$d out of %2$d", number, number);
Change-Id: If1cc296da48dd6823e9081a55b6eab2e3fcee552
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%