I am using CountDownTimer in recyclerview for every items. I am facing issue for items which are not visible on screen. Countdown starts for those items when they get visible on screen. I need solution: How to load all items at once in recyclerview in android.
You can try embedding the recycler view inside a nested scroll view. This way all items will be loaded at once even though it violates the purpose of the recycler view.