ViewPager以及ViewFlipper的簡單應用

(一)ViewPager 實現導航: 1.基本技能: 將Layout轉爲View對象: (1)LayoutInflater lf - getLayoutInflater().from(this);    lf.inflate(resource,root); (2)View.inflate(context, resource, root); 配置適配器: (1)PagerAdapter   數據源:
相關文章
相關標籤/搜索