Questions tagged as 'android-recyclerview'

1
answer

RecyclerView Android

I wanted to make the imageButton appear in case item.getPrint () == true. It seems to work okay but if scrolling the RecyclerView down starts appearing problems, it starts appearing even where item.getPrint () == false. I know that recycleview w...
asked by 07.02.2018 / 18:53
1
answer

RecyclerView makes imageview disappear [closed]

Simple. The Recycler View causes the imageView to disappear after I scroll to the bottom of the list and go back to the top. For example, in the case, the first image simply disappears. It was like this: link After going to the bottom of th...
asked by 18.10.2016 / 20:59
2
answers

It takes time to load RecyclerView

Is it normal for 3 seconds to load a recyclerview with data from 16,000 records in sqlite? Is there any way to optimize the upload? Code here     
asked by 22.04.2017 / 17:59
2
answers

Change background image of an Adapter Recycler View after click

It is as follows, I created a Adapter that changes a RecyclerView in an Activity that I call through this function (within the activity): private void gerarDatasView(CalendarJur calendario){ LinearLayoutManager linearL...
asked by 07.09.2018 / 07:37
1
answer

Recyrcleview Android [duplicate]

In my case I will need to put several buttons in a recyrcleview how can I recognize which button was clicked or only the position of an item in the list? <TableRow android:id="@+id/tableRow1" android:layout_width="match_parent"...
asked by 13.12.2017 / 18:25
2
answers

How to make a list from a request GET in Retrofit 2? [closed]

My question is how do I get the JSON of the request and put it in an ArrayList so that I can inflate the RecyclerView. Thanks in advance.     
asked by 12.12.2017 / 05:17
1
answer

app development ordering, firebase android [closed]

Good night guys I wanted to take a doubt, I'm developing an app, and I use firebase but I'm still a layman in programming, so I wanted to know if there's any way to sort the data that comes from firebase in recyclerview in the form of cards, if...
asked by 29.09.2017 / 02:49
1
answer

How to put two RecyclerView's within an Activity? [closed]

I would like to know how do I use 2% with% 's within the same activity , so that one stands next to the other and I can carry data between them? >     
asked by 03.09.2017 / 14:48
1
answer

How to create a CardView equal to Google Play

Good morning, I'm trying to create a layout just like Google Play, but I'm not sure how to do the design. Could you help me? link XML code link link     
asked by 03.08.2017 / 17:02
1
answer

RecyclerAdapter with different layouts

I would like to know how to use a different layout with the layout below, if I'm in Activity A show Layout 1, if I'm in Activity B show Layout 2, I saw it done with viewType, but I could not understand how the viewType works, if you can explain...
asked by 26.06.2017 / 00:12