Hello Everybody, I am developing an app that needs to refresh an information every X minutes from a remote server. To do that I am scheduling an Alarm in Android and persisting the data retrieved in a SQLite table.
App's main activity shows this list retrieving from the same table in SQLite. My doubt is very simple - how can I say to main activity that exists fresh information in local database so the activity can run a cursor.requery() to refresh the screen? Regards, RM -- 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

