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.
TabActivity であるタブから別のタブに切り替えるときに、カスタム アニメーションを追加する方法はありますか?
短い答え、はい。しかし、コードを見なければ、特定の問題を解決するのは困難です。アニメーションを起動しようとしている場所に応じて、各タブで同じになる場合は、TabActivity またはタブの各子アクティビティから開始できます。最も簡単なのは、各タブのアクティビティの onResume() から開始することです。onCreate() に入れると、各タブが最初に選択されたときにのみ起動します。