如何使用 Jetpack Compose 在 GlanceAppWidget 类中创建 Room Dao 或 Repository 或 Viewmodel 的实例
我正在尝试使用 jetpack compose 加载 App Widget 中的数据列表,并且我已存储在 Room Local 数据库中,如何检索 GlanceAppWidget 类中的数据。
I am trying to load list of data in App Widget using jetpack compose and i have stored in Room Local database, how i can retrive the data in GlanceAppWidget class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 GlanceAppWidgetReceiver 类。您可以创建协程并访问您的域层。之后,您可以找到 GlanceAppWidget 类并将数据发送到您的小部件类。请查看这篇文章的完整示例:https:/ /medium.com/better-programming/android-jetpack-glance-for-app-widgets-bd7a704624ba
You need to work with GlanceAppWidgetReceiver class. You can create coroutine and access your domain layer. After that, you can find your GlanceAppWidget class and send your data your widget class. Please have look this article to full example : https://medium.com/better-programming/android-jetpack-glance-for-app-widgets-bd7a704624ba