我需要動態地將圖像添加到res/drawable文件夾中,因爲用戶從服務器中選擇他選擇的圖像...然後將相應的R.drawable.imageid
存儲到數據庫..以加載用戶在下次運行中選擇的圖像...有沒有辦法這樣做...?將圖像添加到服務器的可繪製文件夾
int[] images = {
R.drawable.m1,R.drawable.m2, R.drawable.m3,
R.drawable.m4,R.drawable.m5, R.drawable.m6,
R.drawable.m7, R.drawable.m8,
R.drawable.m9
};
ImageView iv = (ImageView)findViewById(imageViews[next]);
iv.setImageResource(images[j]);
這裏R.drawable.m1
,R.drawable.m2
,R.drawable.m3
,R.drawable.m4
,R.drawable.m5
,R.drawable.m6
,R.drawable.m7
,R.drawable.m8
,R.drawable.m9
應該從服務器
當你問任何問題,請不要喊叫。這讓他們更難閱讀。你也不需要標題中的相同信息,如果你使用真正的單詞(「the」而不是「d」,「should」而不是「shd」等等) );不是所有可能爲你提供幫助的人都是母語爲英語的人(或者理解噪音),你的問題越清楚,你就越有可能很快得到答案。謝謝。 :) – 2012-02-06 15:43:04