360doc--ghappy的文章 360doc--ghappy的文章 http://www.hbhlny.cn/rssperson/10885655.aspx 360doc (http://www.hbhlny.cn) zh-cn 360doc--個人圖書館 仿Android原生發(fā)短信界面小悟 | MC>>兜 http://www.hbhlny.cn/content/12/1024/22/10885655_243590338.shtml 2012/10/24 22:57:19
仿Android原生發(fā)短信界面小悟 | MC>>兜渴望單線程的生活…<activity android:name=”.MealActivityGroup” android:windowSoftInputMode=”adjustUnspecified|stateHidden” android:configChanges=”keyboardHidden|orientation”></activity>這種方法,實(shí)現(xiàn)的不夠理想。
Android筆記 http://www.hbhlny.cn/content/12/1021/23/10885655_242877401.shtml 2012/10/21 23:32:24
ListView 如果僅僅出于功能上的需求ListView可能沒有存在的必要,ListView能作的事情基本上ScrollView也能勝任。當(dāng)這個ListView 向上滾動需要創(chuàng)建一個Item9 同時,有些對象(比如Item1 )不在顯示區(qū)域?qū)⒖床坏?,這時android 將會把item1 的 引用傳遞給 Adapter.getView() 中的convertView這樣我們就不用再創(chuàng)建一個View來存放Item9,只需要把原來的item1對象作下修改,就可以重復(fù)使用了 ;