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.
私のアプリケーションは単純です。一部の ImageView はレイアウトの外側でランダムに作成され、レイアウトにまっすぐ進み、反対側に到達すると消えます。アイデアは単純ですが、実現できません。私を助けてください!
考えられる解決策:
TranslateAnimation tA=new TranslateAnimation(randomX,randomY,endX,endY); image.setAnimation(tA); tA.start();