Questions tagged as 'recyclerview'

2
answers

Go from one fragment to another

I have a fragment and within the fr agment I have a recyclerview with a cardview which has a button, and they are located in fragment 1 and I want the button to pass to fragment 2, I declare it in the onBindViewHolder and I get the event from...
asked by 14.09.2017 / 08:19
1
answer

Save status of a fragment with Recyclerview [closed]

@Override public void onStart() { super.onStart(); FirebaseRecyclerAdapter<Item,SandwichViewHolder> firebaseRecyclerAdapter=new FirebaseRecyclerAdapter<Item, SandwichViewHolder>( Item.class,...
asked by 20.03.2017 / 04:15
1
answer

I want to create this project with my own list

I've done this project with this tutorial: link , the.problem is this: I want to use my own list, instead of the list of countries as used in this tutorial. I must say that I have no advanced knowledge in programming. I only learn with what...
asked by 08.05.2017 / 03:11
1
answer

How to control the number of items you see in a RecyclerView

As the question says, I have my RecyclerView filled with 50 elements approximately which by default are shown but what I'm looking for is to be able to give a specific number of elements that I want to see, I know that the getItemCount...
asked by 23.04.2018 / 21:06