android開發中,我現在在寫乙個類似win8的假介面,當作練習,我想實現整個桌面螢幕背景每隔一段時間就自動切換一張,我現在的**是這樣的,但實現不了,請各位大神指教。
/** 背景切換類
*/public class changebackgroundthread extends thread catch (interruptedexception e)
system.out.println("----> 切換");
main_linear.setbackgrounddrawable
(getresources().getdrawable(backgrounddrawable.slideimage[i]));
i++;
if(i>backgrounddrawable.slideimage.length)
}while(i<=backgrounddrawable.slideimage.length&& mclockthread.interrupted()==false);}}
public class backgrounddrawable ;
}為什麼會實現不了呢,除錯的時候,根本就執行不了main_linear.setbackgrounddrawable
(getresources().getdrawable(backgrounddrawable.slideimage[i]));這句
Android 背景知識
其設計師安迪.魯賓 andy rubin 非常喜歡玩一款街機遊戲,叫gauntlet。裡面有個人物,他特別喜歡玩,叫android。所以他也就把他開發的作品命名為了android,就是現在大多數手機裡面的android作業系統。其logo設計師的靈感 於廁所牌子上面的man,因為其符合android...
android 背景平鋪
android中達到類似於windows桌面背景的平鋪的效果,定義乙個bitmap物件,在xml中和 中均可,設定其tilemode為repeat。在drawable資料夾下建立如下檔案tilebg.xml version 1.0 encoding utf 8 xmlns android andro...
Android背景透明的 Dialog
一 控制dialog 的背景方法 1.定義乙個無背景主題主題 複製 2.建立dialog dialog new dialog this,r.style.dialog dialog.setcontentview r.layout.dialog loading 複製 or dialog new dial...