Uses of Class
com.example.breeze_seas.AdminBrowseEventsAdapter.EventViewHolder
-
Uses of AdminBrowseEventsAdapter.EventViewHolder in com.example.breeze_seas
Methods in com.example.breeze_seas that return AdminBrowseEventsAdapter.EventViewHolderModifier and TypeMethodDescriptionAdminBrowseEventsAdapter.onCreateViewHolder(android.view.ViewGroup parent, int viewType) Called when the RecyclerView needs a newAdminBrowseEventsAdapter.EventViewHolderof the given type to represent an item.Methods in com.example.breeze_seas with parameters of type AdminBrowseEventsAdapter.EventViewHolderModifier and TypeMethodDescriptionvoidAdminBrowseEventsAdapter.onBindViewHolder(AdminBrowseEventsAdapter.EventViewHolder holder, int position) Called by the RecyclerView to display the data at the specified position.