AsymmetricGridView v2.0.0 Release Notes

    • ๐Ÿ”จ AsymmetricGridViewAdapter received a major refactoring. It now doesn't keep track of the ListView adapter items anymore. Instead, it just wraps the actual ListView adapter and subscribes for changes, reacting to them when needed. It now acts just as a simple proxy. This allows much more flexibility, ๐Ÿ‘ allowing the support for CursorAdapters, for example. An example implementation of cursor adapter ๐Ÿ‘Œ support has been added to the sample app.

    • ๐Ÿ‘Œ Support for RecyclerView (#)