Hi Tim, thanks for raising these issues. Sorry that had a hard time trying out the new TV experimental APIs. I'll try to address some of the issues here:
Remembering Focus
LazyRow/LazyColumn are higher level concepts that are not available to the lower level focus APIs. We plan to add some lower level features to remember focus automatically. However right now, you could use the enter/exit focus properties to store the index of the focused item and then restore focus. Here is some
sample code to get you started:
Crashes with FocusRequester
From the description it looks like you are calling requestFocus when the item is not composed. You need to scroll to the item so that is is visible, and then call requestFocus.
Interoperability with the View System's focus
This is something that we are still working on.