문제

I tried to develope an android application like this, I found this code:

http://developer.android.com/training/implementing-navigation/lateral.html#horizontal-paging

but as you know becuase of fregment, it works on api 11 and up, how can I do the same in api 8?

도움이 되었습니까?

해결책

Check the Setting up a project with ActionBar, NavigationTabs and swipe navigation and follow the steps giving in it after downloading the library of ActionBarSherlock

다른 팁

You have to use Android Support library or Sherlock library. By any of it, you can achieve fragments and Swiping using ViewPager on older APIs of android.

Check the link below : This is using Sherlock Library

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