我沒有繼承tabactivity
tabhost tabhost = (tabhost)this.findviewbyid(r.id.tabhost);
// 如果沒有繼承tabactivity時,通過該種方法載入啟動tabhost
tabhost.setup();
tabhost.addtab(tabhost.newtabspec("tab1").setindicator("tab1"
).setcontent(r.id.tab1));
tabhost.addtab(tabhost.newtabspec("tab2").setindicator("tab2")
.setcontent(r.id.tab2));
tabhost.addtab(tabhost.newtabspec("tab3").setindicator("tab3")
.setcontent(r.id.tab3));
tabhost.addtab(tabhost.newtabspec("tab4").setindicator("tab4")
.setcontent(r.id.tab4));
radiogroup1.setoncheckedchangelistener(this);
然後用了個radiogroup去切換
public void oncheckedchanged(radiogroup arg0, int arg1)
}但是按下radio總是出錯
應該是tabhost.setcurrenttabbytag("");這句有問題,請大家指導下。。。
xml中命名
RadioGroup應用於各種切換功能需求知識點
radiogroup在布局檔案中的設定 1 android orientation horizontal 橫向布局,vertical豎向布局 預設 2 將各個radiobutton相同的屬性配置在res values styles.xml中做乙個公用的配置資訊,並呼叫style style tabb...
T巨集的使用
他的作用是讓你的程式支援unicode編碼,因為windows使用兩種字符集ansi和unicode,前者就是通常使用的單位元組方式,但這種方式處理像中文這樣的雙位元組字元不方便,容易出現半個漢字的情況。而後者是雙位元組方式,方便處理雙位元組字元。windows nt的所有與字元有關的函式都提供兩種...
使用t2t來編寫文件
txt2tags 示例 zh sample zh.html 看這個就能很快熟悉相關語法了 教程 zh manpage zh.html txt2tags學習 bluefrog bluefrog.wu gmail.com date m d y encoding utf 8 target html 一級標...