Skip to content

Instantly share code, notes, and snippets.

@dario61081
Created July 3, 2023 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dario61081/97fa1d85c47559bb6ee25aeab8cf251e to your computer and use it in GitHub Desktop.
Save dario61081/97fa1d85c47559bb6ee25aeab8cf251e to your computer and use it in GitHub Desktop.
Actualizar listview adapter items
/* actualizar los cambios */
((ProductosAdapter) lv_productos.getAdapter()).notifyDataSetChanged();
((ProductosAdapter) lv_productos.getAdapter()).notifyDataSetInvalidated();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment