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.
是否有包含 AsyncTask 的 Android REST 框架?似乎每个人都应该要求这样做,还是我错过了什么?
Android 中有一个可以轻松用于 REST 实现的解决方案,它是IntentService. 您可以在 youtube 上查看“Google I/O 2010 - Android REST 客户端应用程序”。您将在此处找到所有适用于 Android 的 REST 最佳实践。
IntentService