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.
私は現在、写真用の漫画アプリを作成しています。スクロールビューを使用しています。写真がたくさんあるので、写真の名前を入力して、含まれているアクティビティの写真に移動するボックスを作成したいと思います..どうすればできますか?
ScrollView sv = (ScrollView)findViewById(R.id.scrl); sv.scrollTo(0, sv.getBottom());
また
sv.scrollTo(5, 10);