Skip to content

Instantly share code, notes, and snippets.

@AntonioDiaz
Last active December 29, 2016 11:33
Show Gist options
  • Save AntonioDiaz/a102f3a7314c1e02733d34af0ee84c0d to your computer and use it in GitHub Desktop.
Save AntonioDiaz/a102f3a7314c1e02733d34af0ee84c0d to your computer and use it in GitHub Desktop.
Uris types
public class WeatherProvider extends ContentProvider {
...
static final int WEATHER = 100;
static final int WEATHER_WITH_LOCATION = 101;
static final int WEATHER_WITH_LOCATION_AND_DATE = 102;
static final int LOCATION = 300;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment