Package 

Class VideoGridBaseFragment

  • 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 abstract class VideoGridBaseFragment
    extends Fragment
                        

    The Grid is created by building column by column. Example: For 4x2 (rows x columns)

    • 3 videos will have 3 rows, 1 column

    • 5 videos will have 4 rows, 2 columns

    • 8 videos will have 4 rows, 2 columns