본문 바로가기

Kotlin

[j android] Viewpager 원하는 position으로 이동

728x90
반응형

binding.swipePhoto.adapter = swipephotoadapter
binding.swipePhoto.currentItem = position.toInt() //원하는 위치로 이동
binding.swipePhotoIndicator.setViewPager(binding.swipePhoto)

728x90
반응형