- date - Variable in class com.couchprivileges.cele.Holiday
-
- DayFragment - Class in com.couchprivileges.cele
-
Fragment for displaying a holiday's content to user.
- DayFragment() - Constructor for class com.couchprivileges.cele.DayFragment
-
- DayFragment.GetHolidayContent - Class in com.couchprivileges.cele
-
Async task to get the holiday's content.
- DayFragment.GetHolidayContent() - Constructor for class com.couchprivileges.cele.DayFragment.GetHolidayContent
-
- dayFragments - Variable in class com.couchprivileges.cele.OverviewActivity.ScreenSlidePagerAdapter
-
- determineCurrentDayOfWeek() - Method in class com.couchprivileges.cele.OverviewActivity
-
Determines the current day of the week index
using the system time.
- determineIfUserIsNew() - Method in class com.couchprivileges.cele.InitialActivity
-
Used to determine if the user is new or not.
- dialogActionContent - Variable in class com.couchprivileges.cele.DialogBox
-
- DialogBox - Class in com.couchprivileges.cele
-
Super class for custom alert dialog, directions,
calling the location, or going to an external link.
- DialogBox() - Constructor for class com.couchprivileges.cele.DialogBox
-
- dialogText - Variable in class com.couchprivileges.cele.DialogBox
-
- DIRECTIONS - Variable in class com.couchprivileges.cele.ContentAdapter
-
- displayContent - Variable in class com.couchprivileges.cele.ContentAdapter
-
ArrayList of content.
- DisplayContent - Class in com.couchprivileges.cele
-
Class for displayed content that can either be advertisements or
suggestions.
- DisplayContent(String, String, String, String, String, double, List<String>, String, int, String) - Constructor for class com.couchprivileges.cele.DisplayContent
-
Constructor for Content object.
- distance - Variable in class com.couchprivileges.cele.DisplayContent
-
- doInBackground(Void...) - Method in class com.couchprivileges.cele.DayFragment.GetHolidayContent
-
Gets the content on a background thread and updates
the list view of content.
- doInBackground(Void...) - Method in class com.couchprivileges.cele.OverviewActivity.GetWeeksHolidays
-