문제

I have a listactivity where I read/set diferent controls such as textviews, buttons or listviews in OnCreate method and also I use diferents methods of this controls inside onCreate method. Now that I know that everything works well I would like to introduce a viewpager so I can fling between diferent layers.

I have read that I have to include my code into public Object instantiateItem of my pageadapter but there are some methods that are not recognised:

  1. setListAdapter
  2. getListView
  3. getResources
  4. getString
  5. When I use the list, I said that onCreate method, the context for the list was this. Now which context do I have to put?

How can they be recognised?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top