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.
プロジェクトの過程で、メモリ リークが発生したため、解決策は AQuery を選択することでした。
aq.id.image は R.drawable を使用できません
Aqueryに描画可能な画像を使用するにはどうすればよいですか?
AQuery aq = new Aquery(getActivity()); .... aq.id(R.id.imageview).image(R.drawable.image1); // It can't