Questions tagged as 'recyclerview'

2
answers

Problem with RecyclerView update

I have a RecyclerView on Android that downloads data with a PHP and Volley, and then displays a list of images with text. When I call another Activity that serves to filter searches for those objects in the DB, I press the apply flitro button, a...
asked by 30.03.2017 / 20:49
1
answer

Failed with recyclerView instead of ListView?

The following code with ListView instead of RecyclerView let me compile and run but if I was not on a fault line: recyclerview.setAdapter(new ImagenAdapter(getApplicationContext())); and he tells me that:    setAdap...
asked by 04.03.2017 / 14:26
1
answer

RecyclerView: No attached plugin; skipping layout with fragments

I have this error and I have not been able to solve it, I hope someone can help me. public class MainActivity extends AppCompatActivity { private ViewPager mPager; private SlidingTabLayout mTabs; private Toolbar toolbar; private RecyclerView r...
asked by 13.09.2016 / 04:35
0
answers

RecyclerView with Dates

I want to filter in a recyclerView With Dates. To do this I make a query on the db SQLite, the dump in a cursor. I have created a method to which two variables type date di=fechaInicio and df=FechaFin are passed. My problem is that...
asked by 25.12.2018 / 22:27
0
answers

Insert Dynamic List in RecyclerViewAdapter

I am in the process of creating an app which has some questions, these questions have a response, a list attribute of the question class. since the answers are loaded from the bd. The thing is that I'm trying to load the questions into a spinner...
asked by 12.12.2018 / 08:33
1
answer

Problem loading a RecyclerView with Firebase data (No setter / field)

I need to fill a recyclerview with the data I have stored in FireBase but I can not find it and I am not able to find the error. The firebase json "aviso" : { "-LT9trd7ej8aLhPlDVsM" : { "latitud" : 37.7, "longitud" : -122.0999983, "us...
asked by 09.12.2018 / 19:09
0
answers

Doubt of RecyclerView in Firebase (Android / JAVA)

I have this node called " Orders " in my Firebase database, this node stores as children nodes, the unique ID of each " Order em> ", the ID, in turn, has the same ID, the rout of the user who requested the order, the status, and a node...
asked by 03.12.2018 / 23:06
0
answers

Problem with vertical and horizontal scroll in an app

I'm working on a simple app that contains "CollapsingToolbarLayout" and "Tabs" on android, the content I'm showing in the app is a "RecyclerView" but I'm having a problem, when it is "scroll" from top to bottom and I try to do it trmabien to one...
asked by 03.12.2018 / 23:58
0
answers

FILL IN MULTIPLE RECYCLERVIEW WITH FIREBASE, ERROR ANDROID STUDIO

I have a problem filling the recyclerview through firebase , I have 3 adapters, two horizontal adapters (one filled with firebase and another directly from the code android studio), and an adapter that orders the two adapters...
asked by 23.11.2018 / 00:10
0
answers

Error selecting an item in a Recycler View

I hope you can help me with my problem, I have spent a lot of time trying to correct it. I have a recycler view but when I click (in this case, symbol +) in one item, I also select another one in a lower position. This way. this is the...
asked by 17.10.2018 / 23:15