Versions Compared

Key

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

...

Expand
titleWe need to have a convenient way to set the ID we want to begin from but we need to keep on incrementing it

So we can decide where to take the feed from.For instance I might not want to get my emails all the way back to the origin of timefor my email I would like to begin at say message 10000 and then progressively keep moving forward from there.

So I need an easy way to begin there and then have my component keep track of what ones it has already and get the next ones etc.

Expand
titleThe COUNT library solves this problem by giving a convenient interface to GET/SET a custom field value

Remember Custom Fields the values for these are stored on disc in JSON. This means we can load and save them programmatically.

This is what this library does.

...