Android Phone book -
hi using custom phone book in application, want make dynamically updated when user edit/add new entries in android phone contact, done in onstart() ,but problem ,my application using default intent,it cause phone contact loader force invoke,is there anyway done effectively. want know , when user edit/add new entries phonecontact loader inoke,ie there lastmodification date or in android phonebook, can compare these date in onstart invoke phonecontact loader.
maybe should try contentresolver.registercontentobserver(uri, boolean, contentobserver). can reload data in service ui work fast.
i've never tried it, it's idea. sorry if i'm wrong.
Comments
Post a Comment