Last active
December 29, 2016 11:33
-
-
Save AntonioDiaz/a102f3a7314c1e02733d34af0ee84c0d to your computer and use it in GitHub Desktop.
Uris types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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