본문 바로가기

[UMC/Android] 6주차 - Bottom navigation, TabLayout, ViewPager2

@hyeon.s2022. 11. 13. 22:48

6주차 - Bottom navigation, TabLayout, ViewPager2

구현 영상

설명 및 배운 점

  • BottomNavigationView를 이용해서 홈, 프로필, 달력 fragment 간 이동할 수 있도록 만들었다.
  • 프로필 fragment에서는 TabLayout과 ViewPager2를 이용해서 프로필 fragment와 프로필 수정 fragment를 만들었다.
  • Fragment 위에 ViewPager2를 설정할 때 ViewPager Adapter에서 FragmentActivity를 매개변수로 보내야한다.
    • fragment는 activity와 다르기 때문에
val profileVPAdapter ~~= ProfileVPAdapter(this)~~ 로 보내면 안되고,
									  = Profile(this.requireActivity) 로 보내줘야 함을 알게되었다.

코드

GitHub - ss99x2002/UMC_Android: UMC 3기 안드로이드 활동모음

hyeon.s
@hyeon.s :: 개발로그
목차