bus@bus-VirtualBox:~/tgy/test1$ rails sCould not find gem 'rails (= 4.0.2) ruby' in any of the gem sources listed in your Gemfile or available on this machine.Run `bundle install` to install missing gems.但是我安裝了rails的bus@bus-VirtualBox:~$ rails -vRails 4.0.2
2 回答

www說(shuō)
TA貢獻(xiàn)1775條經(jīng)驗(yàn) 獲得超8個(gè)贊
默認(rèn)返回POSITION_UNCHANGED,所以如果你不對(duì)Adapter的getItemPosition進(jìn)行重寫的畫,就會(huì)出現(xiàn)無(wú)法更改內(nèi)部視圖效果的問(wèn)題。下面對(duì)從PagerAdapter繼承的代碼進(jìn)行改造,加上對(duì)getItemPosition的修改,讓他直接返回POSITION_NONE,POSITION_NONE每次數(shù)據(jù)發(fā)生變化,都會(huì)引起視圖的重建,比較消耗內(nèi)存,所以不需要變化內(nèi)部視圖時(shí),避免使用。
- 2 回答
- 0 關(guān)注
- 132 瀏覽
添加回答
舉報(bào)
0/150
提交
取消