Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Use invalidateCache method. It update the data will show a loading message and will disrupt the existing view.
  • Transparent update by DataSource using fetchData method. It update the data will not show a loading message and will not disrupt the existing view.
Info

A working example is available in the attachment.

Transparent update

For transparent loading the data should be used fetchData method.

...