This should really be posted as a comment to Romain's blog post about Live folders: http://android-developers.blogspot.com/2009/04/live-folders.html But, since comments are disabled (Oh, why?!), I'll have to do it this way.
An important thing: If you create a new activity, just for your live folder, lets say BookShelfLiveFolder (check it out in Romain's blog post) than it's onCreate() method will be called only when you create that live folder, and not every time you start your live folder. Sure this seems logical when you say it like this, but for someone learning the stuff, it's not! And btw, checking "wipe user data" in your run configuration does NOT wipe any live folders you might have created earlier. So, fellow beginners, you do have to remove, and create live folder manually, so that it's onCreate() method gets called, and any code change be applied - in case you're debugging, which I'm sure you do occasionally. Pardon my irony. Hope this saves you an hour, a day, a ... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

