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.
我是安卓新手,我做了一个在线聊天应用程序。问题是当我反复请求“http post”以刷新我的聊天屏幕时,应用程序挂起并且我无法执行任何其他操作。
您的应用程序冻结,因为您正在主线程中执行网络操作并且您正在阻止它。
此Asynctask 教程和此博客将对您有所帮助。