public class SharedPreference extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FAVORITES |
static String |
PREFS_NAME |
| Constructor and Description |
|---|
SharedPreference() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFavorite(Context context,
Agency agency) |
ArrayList<Agency> |
getFavorites(Context context) |
void |
removeFavorite(Context context,
Agency agency) |
void |
saveFavorites(Context context,
List<Agency> favorites) |
public static final String PREFS_NAME
public static final String FAVORITES