Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add more button above recycler view and show all recycler item in a new activity #228

Open
Programmingtimes opened this issue Sep 3, 2021 · 0 comments

Comments

@Programmingtimes
Copy link

Programmingtimes commented Sep 3, 2021

I try my best to explain my query.
I have created a movie streaming app. I have succeeded in adding all data from JSON to android studio using retrofit and I use nested recycler view to show all movie categories under one recycler view.
My current output :https://ibb.co/BG6Qgvf
My query is, how to add more buttons to the recycler view on the top right of each category
image ref: https://i.insider.com/5e58373afee23d3d691b5ce7?width=750&format=jpeg&auto=webp
in amazon prime app they used cat name with arrow mark and added on click event .
https://ibb.co/WKxBnM7
it will take them to another activity where that activity shows the clicked even category inside recycler view
can you tell me how to achieve this. I have tried in StackOverflow unfortunately i did not get answer .

  1. query . I have an idea to add multiple recyclers for example , for action movie one recycler next for kids movie another recycler will it cause performance issue? if there is any other workaround other than this complex one
@Programmingtimes Programmingtimes changed the title How to add more button above recycler view and show all recycler item in it in a new activity How to add more button above recycler view and show all recycler item in a new activity Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant