ExpandableList を持つ Android アプリケーションがあり、その Adapters で、getChildView(int,int,boolean,View,ViewGroup)
いくつかの条件が true の場合に ExpandableList を再描画したいのですが、どうすればよいですか?
ExpandableList を持つ Android アプリケーションがあり、その Adapters で、getChildView(int,int,boolean,View,ViewGroup)
いくつかの条件が true の場合に ExpandableList を再描画したいのですが、どうすればよいですか?