Questions tagged as 'android-recyclerview'

0
answers

Control change of position of a recyclerview through a progressBar

I'm trying to do a routine, where I control my item passing from my recyclerView to progressBar , that is, every time I change items, this change has to reflect on progress. The problem is that I can only get position when I...
asked by 10.01.2017 / 18:48
0
answers

RecyclerView does not expand

Hello, this is the following, I'm using two RecyclerView in parallel: <android.support.v7.widget.RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content"...
asked by 18.11.2016 / 20:18
0
answers

Problem with animation loading more items in recyclerview

I'm applying an animation in the display of items in my recyclerview, however, when I load more items, the last item in my recyclerview is animated again in a strange way. Here are my code snippets related to recyclerview. MainActivity.ja...
asked by 04.12.2016 / 19:03
1
answer

How do I make a recyclerview of my appear on a tab instead of fixed on main?

I created a recyclerview in main that is ok, so I created 2 tabs that are ok. But when I switch between tabs the recycler view is fixed on the screen instead of just appearing on tab1. A friend told me that I needed to use context but I did not...
asked by 12.09.2016 / 19:04
3
answers

List of questions, each question with a list of answers

I'm implementing a question and answer application. For my listing I'm using a RecyclerView where I load several CardViews (from loading a list). Each CardView shows one question. Below the question text I want to show my list of alternatives...
asked by 27.11.2015 / 20:56
1
answer

onClick RecyclerView Android

I'm following this implementation tutorial of TabLayout and ViewPager with RecyclerView: TabLayout and ViewPager with RecyclerView I'm using the project to test how to get the click action in RecyclerView. To complement, I'm following th...
asked by 02.07.2017 / 21:45
1
answer

RecyclerView reuse View

I am Implementing a RecyclerView as follows: class ObjAdapter extends RecyclerView.Adapter<ObjetoHolder>{ private RealmResults<Objeto> objetos; private final SimpleDateFormat sdf = new SimpleDateFormat("dd/...
asked by 13.07.2016 / 18:11
1
answer

Compare text of items in a recyclerview

I would like to know how to compare texts of items from a recyclerView in android. And if the texts are equal , make the item text below GONE . public void pegarTexto (){ TextView um = (TextView) mRecyclerView.findViewHolderForItemI...
asked by 20.03.2018 / 14:17