RecyclerView on a custom view?

This is the place to ask "How do I ...?"
Post Reply
pgrilo
Posts: 4
Joined: Sat Oct 19, 2019 11:06 am

RecyclerView on a custom view?

Post by pgrilo » Thu Jan 09, 2020 12:29 pm

Hi all!
Anyone has an example of a RecyclerView implementation on a Lightning Launcher custom view?

I currently have a ListView working on a custom view but I'm thinking of converting it to a RecyclerView to take advantage of the obvious optimization enhancements.
So I wonder if it is even possible (compatible with LL), and, if it is possible, if anyone has an quick rough example that could share..

Thank you so much!

User avatar
F43nd1r
Posts: 50
Joined: Thu Jan 24, 2019 1:20 pm

Re: RecyclerView on a custom view?

Post by F43nd1r » Fri Jan 10, 2020 12:46 am

I'm not sure if this is correct anymore, as this memory is several years old.
But I remember giving up on RecyclerViews in LL scripts, as it was not possible at the time.

pgrilo
Posts: 4
Joined: Sat Oct 19, 2019 11:06 am

Re: RecyclerView on a custom view?

Post by pgrilo » Fri Jan 10, 2020 10:15 am

Thank you very much for your reply.

BTW, I want to take this opportunity to thank you for all your LL scripts, F43nd1r. I've leaned so much from them! Really appreciated. 👍

Post Reply