Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 575 Bytes

inc-mount.md

File metadata and controls

16 lines (12 loc) · 575 Bytes
docid title layout permalink
inc-mount
Incremental Mount
docs
/docs/inc-mount

Manual incremental mount

If you're not using the Recycler component, you can still integrate incremental mount in your existing UI implementation. You'll have to explicitly notify the framework every time the LithoView's visible region changes, by calling:

myLithoView.performIncrementalMount();

For example, you'd call performIncrementalMount() in an OnScrollListener if you're using components in a ListView.