Tesis 1.0.0
Loading...
Searching...
No Matches
ProductoAdapter.java File Reference
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.food_front.R;
import com.example.food_front.models.Producto;
import com.bumptech.glide.Glide;
import java.util.List;

Go to the source code of this file.

Classes

class  com.example.food_front.adapters.ProductoAdapter
interface  com.example.food_front.adapters.ProductoAdapter.OnProductoClickListener
class  com.example.food_front.adapters.ProductoAdapter.ProductoViewHolder

Packages

package  com.example.food_front.adapters