How to update the selector(StateListDrawable) images using picasso
问题 I want to load a two images from their own url using picasso and use them as a statelist like: <item android:drawable="@drawable/sidebar_news_selected" android:state_selected="true"/> <item android:drawable="@drawable/sidebar_news_selected" android:state_activated="true"/> <item android:drawable="@drawable/sidebar_news_normal"/> how can i do that? Update : Thanks to Maddy , i tried his answer and now i stock in that like this: final StateListDrawable drawable = new StateListDrawable(); final