felipecsl / AsymmetricGridView

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
http://felipecsl.com/AsymmetricGridView
MIT License
1.84k stars 431 forks source link

notifyItemRangeInserted is not working #85

Open jaytarub opened 5 years ago

jaytarub commented 5 years ago

only notifyDataSetChanged() is working but I don't wanna use this every time new set of items are loaded thru pagination.