Page 1 of 1

RecyclerView on a custom view?

Posted: Thu Jan 09, 2020 12:29 pm
by pgrilo
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!

Re: RecyclerView on a custom view?

Posted: Fri Jan 10, 2020 12:46 am
by F43nd1r
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.

Re: RecyclerView on a custom view?

Posted: Fri Jan 10, 2020 10:15 am
by pgrilo
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. 👍