is there anyway posible to get the list of items inside my listadapter, cause the only method to access the list is submitList()
Call getCurrentList()
. Quoting the docs:
Get the current List - any diffing to present this list has already been computed and dispatched via the ListUpdateCallback. If a null List, or no List has been submitted, an empty list will be returned.