Regarding Android >= 2.0.1.
This speaks for Application type of project:
- The provided sample code makes it an application.
- Easy testing in dev tools.
This speaks for Library type of project:
- From another application wanting to trigger a sync, I would like to include it as a library dependency.
What other benefits/drawbacks can you see with either type of project ?