エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Paraphrase: Type-Safe String Resource Formatting for Android
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Paraphrase: Type-Safe String Resource Formatting for Android
There are a couple basic ways to format <string> and <plurals> resources on Android. The most com... There are a couple basic ways to format <string> and <plurals> resources on Android. The most common way is with String.format()-style arguments. It looks like this: <plurals name="sent_payment"> <item quantity="one">You sent a dollar to %1$s</item> <item quantity="other">You sent %2$d dollars to %1$s</item> </plurals> This gets the job done, but there are some drawbacks: The format uses numbers t