Just another quick question. I want to keep track of update-to-update changes. So I have a List<List<int>> variable containting my data (which I've parsed from the net). At the end of updating I copy this value to another variable. I need to keep track of these variables. Does it make more sense to store them in the appwidget class or the service class that I'll be using? I think it makes more sense for the former, but I'm still sorta trying to get my head around the thing so I may be wrong.
-- 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

