Questions tagged as 'android-adapter'

1
answer

I have an error, I hope you can help me: E / RecyclerView: No adapter attached; skipping layout

This is the code of my Adapter : public class ProductosAdapter extends RecyclerView.Adapter<ProductosAdapter.ViewHolder> { private List<Productos> productos; private int layout; private OnClickListener listener;...
asked by 11.11.2018 / 23:47
1
answer

I have a problem with an arraylist in Android Studio

I'm something new on Android and I'm doing an app where a list of data taken from firebase is used, which I want to show in a recyclerView and it does not show me directly, but when debugging I look for the error and with certain steps it shows...
asked by 26.11.2018 / 09:38
1
answer

Android Studio I can not represent a value in another activity

EDITED Good! The problem I'm having is that from my Data Base class I want to pass the value of 3 fields to another class called Choose Care. I managed to pass the value of two fields but I could not with the third. The field in question is...
asked by 23.11.2018 / 20:34