Questions tagged as 'recyclerview'

1
answer

Scrolling with a recyclerViev inside

I am making an application with a system of comments and qualifications This is the layout xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_wid...
asked by 18.08.2018 / 23:45
1
answer

When adding banner the RecyclerView does not add a new position

Placing a banner in the recyclerView does not generate a new position for that element (banner) but instead "mounts" it or places it in the position of the elements practically eliminating the element that is in that position. I'm using kotli...
asked by 02.10.2018 / 22:49
1
answer

DatabaseException: Can not convert object of type java.lang.String to type

I'm giving this bug in a recyclerview and I do not know how to fix it, I'm trying to show the events that I have ... I use another recyclerView in the app and it works without problems public class User { private String name; pr...
asked by 12.05.2018 / 01:34
1
answer

Display a DialogFragment from an Adapter RecyclerView

I have a problem trying to show a Dialogfragment from an Adapter. Normally I have done this by calling parent.Context of inflater , as follows: public class MiAdapter extends RecyclerView.Adapter<MiAdapter.adapterHolder>{...
asked by 07.04.2018 / 01:45
0
answers

Sort items in a RecyclerView using StaggeredGridLayoutManager

I am creating an application where users create elements with an image and they are displayed as a list. It looks like Google Keep, where the elements created do not have the same height but the same width, distributed in two columns. The order...
asked by 27.03.2018 / 04:49
1
answer

Improve performance between changing tabs using fragments and recyclerview an android studio

I am making a small application to take control of a sticker album when I change to missing ones they appear in the fragment missing and they are updated when I select or deselect a number. The issue is that I have to reload the info between tag...
asked by 04.02.2018 / 19:41
2
answers

the notifyDataSetChanged does not work with AsyncTask

I'm trying to load a list but every time I try to update the view of the recyclerview, I do not load the data, just load the first record, here I leave the code: public class LoadInfo extends AsyncTask<Void, People, Void> { private...
asked by 11.09.2017 / 12:20
0
answers

E / RecyclerView: No adapter attached; skipping layout Android 4.4 KitKat

I have this error E / RecyclerView: No adapter attached; Skipping layout , but I do not know why. I have read different questions on the same subject, but nothing could help me On the other hand the error does not show me in Android 5.0, whe...
asked by 23.06.2017 / 18:03
0
answers

Problem with EditText inside RecyclerView

I hope I can make you understand me, I have a RecyclerView that contains several EditText but when it goes to the last element shown on the screen it does not show me anymore or 7, after eight, it can be written in the EditText but it is not sho...
asked by 12.04.2017 / 17:42
0
answers

Problem when populating Recyclerview from Firebase Database on Android

Good afternoon, I have a problem when populating recyclerview with data from Firebase database. These are the data that I have stored in the Firebase database: They all have the same characteristics (description, image, price, type)....
asked by 03.02.2017 / 21:26