1) SQLiteQueryBuilder:跟java里面的prepareStatement差不多
2) UriMatcher:用来匹配uri的
3) TextUtils.isEmpty()
4) cursor.setNotificationUri //tell the cursor which uri to watch, so it know when its source datachange. eg: c.setNotificationUri(getContext().getContentResolver(), uri);