futuredapp / infinity

[Deprecated] Infinite paginated RecyclerView scrolling
MIT License
27 stars 8 forks source link

Saving state #2

Open lukasz-gosiewski opened 8 years ago

lukasz-gosiewski commented 8 years ago

Could you please add some docs to provide saving recyclerview and it's adapter state on activity restart ? If it's not already possible then could u please tell us if u plan to implement this ?

skywall commented 8 years ago

I haven't thought about saving state yet, but it seems like a cool feature. I'll look into it.

lukasz-gosiewski commented 8 years ago

Great, can't wait for it ! :)

EloneSampaio commented 7 years ago

Can save state when exiting app?

skywall commented 7 years ago

@EloneSampaio What do you mean when exiting app?

We have moved a little bit forward in case of saving state. You are now able to get all content items and save it somewhere. I'm working on better save/restore mechanism.