onCreateViewHolder method

Report a typo

Put the lines of code in the correct order.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolderPager =
              
                ViewHolderPager(
              
                )
              
                LayoutInflater.from(parent.context).inflate(R.layout.item_page, parent, false)
              
___

Create a free account to access the full topic