- Added two new Rolodex Adapters (a type of section adapter)
- Added new PatchedExpandableListAdapter
- Overhauled entire app layout using the rolodex adapters.
- Updated Gradle to stable release v1.0.0
- Updated Build Tools to v21.1.2
WARNING: This is a demo app for an opensource library on github!
Advanced-Adapters is a suite of adapters designed to additional alternatives to Android's provided adapters. Originally starting as a means to replace the flawed filtering logic for Android's ArrayAdapter; it has now expanded to provided a slew of different adapters backed by various data structures.
Some of the advantages to using this suite:
- Customizable filtering logic
- Active filtering support
- Easily obtain internal data for use with onSavedInstanceState()
- LayoutInflater passed to all view creation methods.
Currently, this suite supports three different data structures with a filterable and non-filterable (NF) version. Additionally it supplies one support adapter.
ArrayList Backed:
- AbsArrayAdapter
- NFArrayAdapter
- RolodexArrayAdapter
- NFRolodexArrayAdapter
SparseArray Backed:
- SparseAdapter
- NFSparseAdapter
JSONArray Backed:
- JSONAdapter
- NFJSONAdapter
Misc Supporting Adapter:
- PatchedExpandableListAdapter
This version of Advanced Android App comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of Advanced Android App, We have 1 version in our database. Please select one of them below to download.