I was browsing the source code for the Google IOSched Application and noticed the following code snippet as part of the Content Provider implementation:
public static class Blocks implements BlocksColumns, BaseColumns .
As far as I know BaseColumns is just an interface with two constants: _COUNT and _ID .
I have two questions:
android android-contentprovider
Mandel Jul 22 '11 at 15:46 2011-07-22 15:46
source share