Posts by Rick Joe • 1 point
1 post
-
0
votes0
answers43
viewsQ: Application closing alone after Holder.textViewVar.setVisibility
I have a RecyclerView and in each item I would like to check if a fact occurred to show or not a button: @Override public void onBindViewHolder(ViewHolder holder, int position) { Posts post =…