Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发该应用程序中的某个应用程序,我需要从后台通过 Web 服务登录到页面,并且 Web 服务响应将出现在 UI 屏幕上。请给我一些指导。
提前致谢
您应该使用 android 提供的用于后台操作的 asynctask 类。
http://developer.android.com/reference/android/os/AsyncTask.html