Questions tagged as 'recyclerview'

0
answers

How to relate / synchronize a view with the elements in a recyclerview

I need to create a custom view like this. It is a time bar where the gray sections represent an unavailable time and the blank sections represent an available time. A user can move and expand the blue bar to select a time range To creat...
asked by 21.03.2018 / 21:12
0
answers

Firebase + Fragments + Recycleview

I am responsible for a football team and I am trying to create an application where the data of the matches, players, statistics, etc ... come My knowledge of programming is scarce but through video tutorials I am progressing little by little...
asked by 16.03.2018 / 11:48
0
answers

I have a problem with my recyclerview in my fragment

The problem of my recyclerview in my fragment is a very silly mistake because I am wrong in the name of a variable an apology.     
asked by 04.04.2018 / 05:53
0
answers

problem loading recyclerview list with firebaseui

I'm very new in developing applications, I'm doing this app where I have to save some data in the cloud, I'm using firebaseui with recyclerview for it. I could upload the data but when loading the list my app is closed. Here I leave the code:...
asked by 08.03.2018 / 01:09
0
answers

Pass fragment detail to another with click, searchview error

Hello friends, I have a problem in which I enter after implementing a searchview in my fragment. As you can see there is the list of items and if I click on each one it shows me the detail correctly. When doing a search, it shows me the co...
asked by 06.01.2018 / 02:31
1
answer

How to press an element of the RecyclerView?

As the title says, I need help, specifically I need to leave an element of recyclerview and that the symbol appears in toolbar to eliminate that element.     
asked by 27.11.2017 / 17:25
0
answers

How to make an EditText contain a Recyclerview?

I have a EditText and I need within the content to have a ReclycleView that are already separate     
asked by 07.11.2017 / 18:44
0
answers

Recyclerview moves when I add text to an item

I do the parsing of the information to add to a list and in turn, add it to recyclerview . Within each item there is a button that performs a function and within that function is to change a text but when you click on this button the...
asked by 04.11.2017 / 23:29
1
answer

Error selecting recycler view item

I do not understand why when I select an item from the recycler view, it also marks me an element from the bottom. Top: Bottom: The code I have is the following: public class adapter_archivos extends RecyclerView.Adapter&l...
asked by 18.09.2017 / 17:26
1
answer

RecyclerView with reverse order

I have my RecyclerView that gets the data from my MySQL database through json. The fact is that when I run the app and it gets the remote data, I always put the element with id 1 at the beginning of the list and the others behind ranked in...
asked by 11.09.2017 / 21:09