Class Hierarchy
- java.lang.Object
- androidx.activity.result.contract.ActivityResultContract<I,O>
- com.xffffff.wellfed.ingredient.IngredientContract
- com.xffffff.wellfed.ingredient.IngredientEditContract
- android.content.Context
- android.content.ContextWrapper
- android.view.ContextThemeWrapper
- android.app.Activity (implements android.content.ComponentCallbacks2, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback)
- androidx.core.app.ComponentActivity (implements androidx.core.view.KeyEventDispatcher.Component, androidx.lifecycle.LifecycleOwner)
- androidx.activity.ComponentActivity (implements androidx.activity.result.ActivityResultCaller, androidx.activity.result.ActivityResultRegistryOwner, androidx.activity.contextaware.ContextAware, androidx.lifecycle.HasDefaultViewModelProviderFactory, androidx.lifecycle.LifecycleOwner, androidx.core.view.MenuHost, androidx.activity.OnBackPressedDispatcherOwner, androidx.core.content.OnConfigurationChangedProvider, androidx.core.app.OnMultiWindowModeChangedProvider, androidx.core.app.OnNewIntentProvider, androidx.core.app.OnPictureInPictureModeChangedProvider, androidx.core.content.OnTrimMemoryProvider, androidx.savedstate.SavedStateRegistryOwner, androidx.lifecycle.ViewModelStoreOwner)
- androidx.fragment.app.FragmentActivity (implements androidx.core.app.ActivityCompat.OnRequestPermissionsResultCallback, androidx.core.app.ActivityCompat.RequestPermissionsRequestCodeValidator)
- androidx.appcompat.app.AppCompatActivity (implements androidx.appcompat.app.ActionBarDrawerToggle.DelegateProvider, androidx.appcompat.app.AppCompatCallback, androidx.core.app.TaskStackBuilder.SupportParentable)
- com.xffffff.wellfed.ActivityBase
- com.xffffff.wellfed.EditActivityBase (implements com.xffffff.wellfed.common.ConfirmDialog.OnConfirmListener)
- com.xffffff.wellfed.ingredient.IngredientEditActivity
- com.xffffff.wellfed.ingredient.IngredientSearchActivity (implements com.xffffff.wellfed.common.OnItemClickListener<Item>, com.xffffff.wellfed.common.SortingFragment.OnSortClick)
- com.xffffff.wellfed.EditActivityBase (implements com.xffffff.wellfed.common.ConfirmDialog.OnConfirmListener)
- com.xffffff.wellfed.ActivityBase
- androidx.appcompat.app.AppCompatActivity (implements androidx.appcompat.app.ActionBarDrawerToggle.DelegateProvider, androidx.appcompat.app.AppCompatCallback, androidx.core.app.TaskStackBuilder.SupportParentable)
- androidx.fragment.app.FragmentActivity (implements androidx.core.app.ActivityCompat.OnRequestPermissionsResultCallback, androidx.core.app.ActivityCompat.RequestPermissionsRequestCodeValidator)
- androidx.activity.ComponentActivity (implements androidx.activity.result.ActivityResultCaller, androidx.activity.result.ActivityResultRegistryOwner, androidx.activity.contextaware.ContextAware, androidx.lifecycle.HasDefaultViewModelProviderFactory, androidx.lifecycle.LifecycleOwner, androidx.core.view.MenuHost, androidx.activity.OnBackPressedDispatcherOwner, androidx.core.content.OnConfigurationChangedProvider, androidx.core.app.OnMultiWindowModeChangedProvider, androidx.core.app.OnNewIntentProvider, androidx.core.app.OnPictureInPictureModeChangedProvider, androidx.core.content.OnTrimMemoryProvider, androidx.savedstate.SavedStateRegistryOwner, androidx.lifecycle.ViewModelStoreOwner)
- androidx.core.app.ComponentActivity (implements androidx.core.view.KeyEventDispatcher.Component, androidx.lifecycle.LifecycleOwner)
- android.app.Activity (implements android.content.ComponentCallbacks2, android.view.KeyEvent.Callback, android.view.LayoutInflater.Factory2, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback)
- android.view.ContextThemeWrapper
- android.content.ContextWrapper
- androidx.fragment.app.Fragment (implements androidx.activity.result.ActivityResultCaller, android.content.ComponentCallbacks, androidx.lifecycle.HasDefaultViewModelProviderFactory, androidx.lifecycle.LifecycleOwner, androidx.savedstate.SavedStateRegistryOwner, android.view.View.OnCreateContextMenuListener, androidx.lifecycle.ViewModelStoreOwner)
- com.xffffff.wellfed.common.EditRecyclerViewFragment<Item> (implements com.xffffff.wellfed.common.EditItemAdapter.OnDeleteListener<Item>, com.xffffff.wellfed.common.EditItemAdapter.OnEditListener<Item>)
- com.xffffff.wellfed.ingredient.EditIngredientsFragment
- com.xffffff.wellfed.common.EditRecyclerViewFragment<Item> (implements com.xffffff.wellfed.common.EditItemAdapter.OnDeleteListener<Item>, com.xffffff.wellfed.common.EditItemAdapter.OnEditListener<Item>)
- com.xffffff.wellfed.ingredient.Ingredient (implements java.io.Serializable)
- com.xffffff.wellfed.ingredient.IngredientDB
- androidx.recyclerview.widget.RecyclerView.Adapter<VH>
- com.xffffff.wellfed.common.DBAdapter<VH> (implements com.google.firebase.firestore.EventListener<T>)
- com.xffffff.wellfed.ingredient.IngredientSearchAdapter
- com.xffffff.wellfed.common.ItemAdapter<Item>
- com.xffffff.wellfed.common.EditItemAdapter<Item>
- com.xffffff.wellfed.ingredient.EditIngredientAdapter
- com.xffffff.wellfed.ingredient.IngredientDetailAdapter
- com.xffffff.wellfed.common.EditItemAdapter<Item>
- com.xffffff.wellfed.common.DBAdapter<VH> (implements com.google.firebase.firestore.EventListener<T>)
- androidx.recyclerview.widget.RecyclerView.ViewHolder
- com.xffffff.wellfed.ingredient.IngredientDetailAdapter.ViewHolder
- com.xffffff.wellfed.ingredient.IngredientSearchAdapter.ViewHolder
- androidx.activity.result.contract.ActivityResultContract<I,O>