Package com.example.slacks_lottoevent.view.fragment
package com.example.slacks_lottoevent.view.fragment
-
ClassesClassDescriptionA fragment that displays a list of events for the admin to browser.A fragment that displays a list of facilities in the admin panel.A fragment that displays and manages a list of images (event posters and profile pictures) in the admin panel.A fragment that displays a list of user profiles in the admin panel.A fragment that displays and manages events hosted by the organizer.A fragment that displays and manages a facility for the organizer.A fragment that displays various events the user is either waitlisted, canceled, unselected and attending.A fragment that displays event invitations and other notifications for the user.A fragment that displays two tabs for organizers the "Events" and "Facility" tabs.A fragment that displays a list of profiles for organizers of entrants who have been cancelled for an event.A fragment that displays a list of profiles for organizers of entrants who have been enrolled/attending a event./** A fragment of OrganizerNotificationsActivity to display Invited Entrants for an event Use the
OrganizerInvitedFragment.newInstance(java.lang.String)
factory method to create an instance of this fragment.A fragment of OrganizerNotificationsActivity to display Wait-listed Entrants for an event Use theOrganizerWaitlistFragment.newInstance(java.lang.String)
factory method to create an instance of this fragment.A simpleFragment
subclass.