Questions tagged as 'android-recyclerview'

2
answers

How to make lists and cards equal to Trello

I need to make those lists with equal cards and used by Trello, scrolling sideways. What is used to do that?     
asked by 04.09.2017 / 13:00
1
answer

How to search within a RecycleView?

I have a RecycleView that receives data from Firebase, each data creates a box in the layout with the information contained within each key there in Firebase. I want you to search for a particular die box in this list and show me on the screen....
asked by 09.08.2017 / 03:18
1
answer

RecyclerView: No adapter attached; skipping layout

My app was closing at startup, I was advised to pass all code (recycle view child) to the onActivityCreated of the fragment, I did this, the app works, but it should load recycleview as soon as the app opens, but it does not , gives this error:...
asked by 25.06.2017 / 04:19
1
answer

How to pass data received from an activity and put it in a recyclerview

Hello, I'm a beginner in java programming and I'm having trouble passing some serialized information from an activity to a recyclerview. When the second activity starts, it does not contain any information. Before trying to put in the recycle...
asked by 21.06.2017 / 22:46
0
answers

ScrollView with a static view in the middle

I have this layout in which I need to implement a ScrollView but I can not adjust it correctly, I need Scrollview to contemplate the blue and yellow part, so the user can see the rest of the items they have in recyclerview. However, as soon as i...
asked by 12.03.2017 / 18:50
2
answers

Recyclerview, problem inserting an item

asked by 16.03.2017 / 17:56
0
answers

Problem with RecyclerView

private RecyclerView recyclerView; private TreinoAdapter mAdapter; private List<Treino> treinos; private Long idCliente; private String escolhaSelect; @Override protected void onCreate(Bundle savedInstanceState) { super.onCre...
asked by 24.02.2017 / 20:10
2
answers

RecyclerView does not roll fast

I have a RecyclerView that just rolls with the finger glued to the screen, if I make that fast move, to roll enough items, it just roll while the finger is on the screen, and then to. I've refined it all, and the problem continues. XML...
asked by 06.02.2017 / 20:44
0
answers

Concept of implementing a RecyclerView

I'm developing an application for native android and I'm wondering how best to implement the following behavior: I have a RecyclerView that lists several items (of course), however I want, when I hold one of these items open a sub screen wit...
asked by 02.02.2017 / 21:55
1
answer

How (Re) use GoogleApiClient in recyclerview and adapter

I'm using Google Places API for Android to suggest addresses in input fields. This API uses GoogleAPIClient to operate. The app has a fragment consisting of recyclerview and FAB . When you touch FAB , the user...
asked by 03.02.2017 / 18:52