Package 

Class PollQuestionCreation

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.view.View.OnCreateContextMenuListener , androidx.activity.result.ActivityResultCaller , androidx.lifecycle.HasDefaultViewModelProviderFactory , androidx.lifecycle.LifecycleOwner , androidx.lifecycle.ViewModelStoreOwner , androidx.savedstate.SavedStateRegistryOwner

    
    public final class PollQuestionCreation
    extends Fragment
                        

    This class creates all the questions that we're going to need. We could just directly get them into the PollBuilder class without having to hold onto them separately? But we also need to show them in the list so there does need to be another representation.