Ravi Koradiya

Results 5 comments of Ravi Koradiya

Thank you guys for encountering and resolving the issue. I will defiantly consider the changes after a few rounds of testing.

@ahmadmssm I will try to add it in the next version and release it soon.

@ahmadmssm try version 1.3.4-alpha for implementation without data-binding. val dummyList = listOf(1, "Test Item 2", 4.5, 7, 5.8, "Dummy Item 3") LiveAdapter(dummyList) .map(R.layout.item_rv) { onBind { it.binding.getViewById(R.id.text_item_label)?.text = "Int Item...

@ahmadmssm let me know if you face any issues with it. I will move this version to stable and close this issue after a week from now.

@philips77 I am facing the same issue with the Motorola moto e20. I have tried all fixes from various GitHub issues and StackOverflow, but no luck ☹️ Even it fails...