jun-zhang / libfetion-gui

Automatically exported from code.google.com/p/libfetion-gui
0 stars 0 forks source link

[DB] Store friends contact info into database #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Scenario:
User has 100+ contacts existed, libfetion will update all of them during
application startup. It will reduce user experience.

Solution:
Cache contacts information in database, check contacts info updates at
event loop idle time. If cache needs refresh, invoke dbwrapper.

Original issue reported on code.google.com by alsor.zhou on 28 Aug 2009 at 3:58

GoogleCodeExporter commented 9 years ago
Hi, Alsor,
In fact, we have store friends info into database for searching friends.

Maybe we can base those codes to realize this requirement?

Tips:
1: saveAccountInfo()
2: saveAccountToDB()

Original comment by libfet...@gmail.com on 31 Aug 2009 at 2:15

GoogleCodeExporter commented 9 years ago
merge to issue 127

Original comment by libfet...@gmail.com on 9 Oct 2009 at 3:13