Questions tagged [stickyrecycleview]

Use this tag when you made a RecyclerView that has something above or below it and it remains there, i.e., it's sticky and you get some error regarding that.

33 questions
-3
votes
1 answer

EditText Data to be displayed in a recycleview

I have a fragment which contains a EditText part and a send button I need to send the same text entered in EditText by pressing the send button to the RecycleView. The text which I sent should be displayed above the edit text. The design is like…
-5
votes
1 answer

About RecycleView

I want to display data from a database that has been hosted into recycleview by using json.I've tried various ways to make it. Can someone give me a link a tutorial on: 1. Displays data of type mediumblob into json. 2. Displays data from the…
-5
votes
1 answer

Sticky header recyclerview with custom view

I am working with a financial management application, which has a list of holy transactions that are grouped by date, currently I want to add the header as milestone, I have read many examples on github but no mail Which hospital is suitable.…
1 2
3