spazproject / Spaz-Enyo

A version of Spaz targeted for tablet devices
http://getspaz.com
Other
45 stars 10 forks source link

Contemplate Caching EntryView/UserView Instead Of Resetting #63

Open dcousineau opened 13 years ago

dcousineau commented 13 years ago

We could solve some headache by replacing/caching EntryView/UserView kind instances instead of setting a new instance (keep an in memory cache of EntryViews, reduce the number of times we must pull down the conversation).

Submitting this to put my idea to paper so I don't forget, it's pretty low on the totem pole, though it may tie in with #62

willhoney7 commented 13 years ago

I vote moving toward caching the views

dcousineau commented 13 years ago

112 introduces using a Pane (within a SlidingView actually) for caching

funkatron commented 13 years ago

How are we looking on this?