I think Diane clarified what you were suggesting Marcin, thanks for the input. Any suggestions as to the caching structure? I'd need something with inexpensive lookups, yet can grow as I add pairings to the cache.
Thanks, Paul On Apr 14, 12:11 pm, Marcin Orlowski <[email protected]> wrote: > > Any suggestions welcome! > > How often the source data changes? Do you reuse it later? If so and source > data changes not too often, cache it (write down processed data for further > reuse). If changes more frequently does it change totally or just is small > portion? If the latter, process only what's new. And cache it again. > > Regards, > Marcin Orlowski > > *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... > *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... > WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and > *Twitter<http://webnetmobile.com/twitter/> > * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

