Hi Roshan Roshan Rajaratnam
I want to use ViewModels in RecyclerView like I have to perform light on/ off (sendGenericOnOff(final boolean state, final Integer delay) android app)r each node.
Can we use it?
Hi Roshan Roshan Rajaratnam
I want to use ViewModels in RecyclerView like I have to perform light on/ off (sendGenericOnOff(final boolean state, final Integer delay) android app)r each node.
Can we use it?
Hi, not entirely sure what you are trying to achieve here, but ViewModels are not to be meant to use with recyclerviews. You might want to read up on this to understand the concept. You can use view models in a fragment.
Since, I am using sendGenericOnOff(true, delaySeekBar.getProgress()); to ON/OFF LED but unable to do......