Hi everyone, I'm trying to extend the RecyclerView.Adapter class however I noticed that all of the notifyDataSetChanged() and notifyItemChanged/Inserted/Removed() method are declared final.
Looking into the source code, these notify methods simply notify the RecyclerView's observer. Can any of the Android SDK developers kindly explain why this decision was made? What are the use cases you want us to avoid? Thank you for reading! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

