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.
我正在创建客户端/服务器应用程序,我想将在客户端滚动视图上执行的运动事件发送到服务器端,并在同一个滚动视图上执行它。
我通过 TCP 连接发送运动事件没有问题,但是在服务器端的同一滚动视图上执行该运动事件时遇到问题。
如何以编程方式在滚动视图上执行运动事件?帮助。
使用上的public void scrollTo(int x, int y)方法ScrollView。
public void scrollTo(int x, int y)
ScrollView