英文:
How to use plural string resource with glance appWidget?
问题
如何在小部件中应用我的复数字符串资源?
上下文中没有这样的扩展。
英文:
How to apply my plural string resources in widget?
There is no such extension in context.
答案1
得分: 0
现在我成功地通过应用程序上下文获取了复数资源,就像这样:
context.applicationContext.resources.getQuantityString(R.plurals.month, number, number)
我知道这是一个临时解决方案,我希望Glance团队会继续开发他们的产品。
英文:
In case somebody also will need this.
Now I managed to get plurals resources through app context like this
context.applicationContext.resources.getQuantityString(R.plurals.month,
number, number)
I know this is temp solution, I hope Glance team will continue to develop their product.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论