To Project Or Not Project While writing a ContentProvider for an Android app I wondered, when I call query() on a ContentProvider, should I start specifying a projection? One of the parameters to ContentProvider.query() is an array of Strings, called the projection. …