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.
私の Android アプリケーションでは、Activity クラスから View クラスにデータを渡す必要があります。しかし、問題は、私は呼び出すことができないということです
protected void onActivityResult(int requestCode, int resultCode, Intent data)
View クラスのメソッド。これを行う別の方法はありますか?