Phrase - Android string formatting library
Phrase – Android string formatting library
Phrase is a micro library on Android to simplify string resources formatting. It is written by developers of Square Inc.
Android’s context provides overloaded getString(…) method to retrieve string from string.xml then format and returns the actual formatted strings. So the question is why Phrase comes into for the same work ?
//String resource Hello %1$s, welcome to %2$s. //Java code…
View On WordPress















