http://developer.android.com/reference/android/widget/Gallery.html

가 deprecated된 대신에

http://developer.android.com/reference/android/support/v4/view/ViewPager.html

가 생겼네.

http://www.edumobile.org/android/android-beginner-tutorials/view-pager-example-in-android-development/

에서 sample 화면을 볼 수 있다.

http://stackoverflow.com/questions/11208335/listfragment-support-library-getsupportfragmentmanager-undefined

getActivity().getSupportFragmentManager()

If that is still giving you problems, then makre sure that your Activity extends FragmentActivity.

FragmentActivity 를 상속받아야 한다는 단점이 있다.

Posted by 언제나19
l