gpt4 book ai didi

android - 直接从 ViewModel 调用 webservice

转载 作者:行者123 更新时间:2023-11-29 14:12:56 25 4
gpt4 key购买 nike

我正在尝试在我的 ViewModel 中实现网络服务调用。我只需要将数据发送到服务器(POST 请求)并在成功与否时得到响应。要执行 http 请求,我正在使用 Volley 库。根据 Android 架构指南:

A naive implementation of the ViewModel could directly call the Webservice to fetch the data and assign it back to the user object. Even though it works, your app will be difficult to maintain as it grows.

我可以直接从 ViewModel 调用网络服务吗,或者我应该使用其他方法。

最佳答案

是的,您可以直接从 ViewModel 调用 webservice 以获取更多详细信息,您可以访问以下链接:

https://blog.oozou.com/calling-web-service-with-android-architecture-component-8de864800a93

关于android - 直接从 ViewModel 调用 webservice,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45814329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com