문제

In android when using SlidingMenu library https://github.com/jfeinstein10/SlidingMenu is it better to use fragments for side views? or calling an activity would work when the view is swiped?

도움이 되었습니까?

해결책

The side views don't necessarily fill the entire screen and it is impossible to display multiple Activities at once. So I recommend using Fragments.

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