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.
我已经解析了 youtube 上传的 json 数组,并在 listview 中查看了除了订单之外,一切都运行良好。youtube 的最后一次更新是在列表视图的末尾而不是顶部。如何反转 json 数组,以便在顶部列出最新更新。谢谢你的帮助。
import java.util.Collections; Collections.reverse(arrayList);