次のような URL 文字列がある場合str_URL = "http://........ABC.png";
R.drawable.jthを置き換える以下に追加するにはどうすればよいですか?
BitmapDrawable frame1 = (BitmapDrawable)getResources().getDrawable(R.drawable.jth);
BitmapDrawable frame2 = (BitmapDrawable)getResources().getDrawable(R.drawable.jthj);