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.
我正在做一个移动应用程序,它具有前端 android 和带有 hibernate 的后端 spring。它是一个用户使用 android 的聊天应用程序。我需要遵循哪些步骤。请对此有所了解。我正在使用谷歌云消息传递。
你应该看看GCM ,就像@Mohsen Afshin 说的也应该看看:
AsyncTask用于网络操作。
BroadcastReceiver来更新 UI。