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.
我在滚动视图中放置了一个网格视图。
但问题在于第 3 点。这会阻止用户交互 1-2 秒。
请帮忙。
您是否尝试过在线程中执行更新?
runOnUiThread(new Runnable() { public void run() { //Update the grid view and set height.