Questions tagged as 'recyclerview'

0
answers

How can I make a slider on android?

Hello friends I would like to know how I can make a slider in android next to a list made with a recyclerview and slide with this Example of free market app, slider (Red) and list (blue):     
asked by 08.06.2018 / 17:35
0
answers

setBackground when the back returns a different data

I have a problem in recyclerView that makes a call to a server and returns some data to me. What I am trying to do is that when one of those data changes I change the background of all the items that contain that data different...
asked by 06.06.2018 / 11:27
1
answer

Firebase recyclerView

I have a recyclerView that at the moment shows me some data but now I want to change that data for others (title and photo), the question is that I have an array in between and I have no idea how to start, I leave the code and the database: O...
asked by 03.06.2018 / 19:25
0
answers

Doubt with Android Studio / Kotlin applying Searchview filter with RecyclerView to query from MySql / PHP

As you can see, I'm new to using stack overflow . I'm using Android Studio with Kotlin. It is not yet clear to me how to get to the filter. I have seen other examples to guide me, but I find no similarity for it. I hope you can help me and I...
asked by 27.04.2018 / 02:25
0
answers

How to pass the data from my TextViews from one RecyclerView to another activity?

I have an application with a recyclerview made with cardviews, and inside the cardview I have a textview where I store the likes that I give to each pet. The problem is that I can not get the connection between the adapter class and the class in...
asked by 25.04.2018 / 15:03
1
answer

Update Fragment from CardView

Let's see if anyone can help me. I have a Fragment in which I have several TextView with data and a RecycleView . Within CardView of RecycleView I have a boton for each item in the list. I want to pres...
asked by 25.04.2018 / 18:02
0
answers

Is the populateViewHolder method used to receive data from the firebase database with the new Libraries?

I am building a project where I pass data to a cardview through firebase database, but the truth when building the adapter with the view holder I have the following problem protected void onStart () {         super.onStart ();         Firebas...
asked by 08.04.2018 / 15:15
1
answer

The property of CardView layout_width="match_parent" is not taken into account

I am implementing an application where I show information from a database in a RecyclerView and in the use CardView (This RecyclerView is in a fragment), my problem is that the CardView does not respect the property "match_parent" as shown in th...
asked by 10.04.2018 / 06:22
0
answers

RecycleView filter

The filter does not filter the recycleview correctly, it shows the correct number of items but the items do not change position. This is my RecycleView public class RecycleViewAdapter extends RecyclerView.Adapter<RecycleViewAdapter.Vie...
asked by 16.04.2018 / 18:32
1
answer

Use items from my Adapter

Hello friends, I am working on filling a recyclerview. I do this using volley, consuming a rest service, until here everything is fine, but I have to change the color of the cardview depending on a data that is sent to me from the service. How c...
asked by 02.05.2018 / 20:19