Tuesday 17 September 2013

Android: How to use cursor loader with load manager to update custom list when user receives new sms

Android: How to use cursor loader with load manager to update custom list
when user receives new sms

I want to use the cursorLoader with LoadManger to update a list via SMS
inbox content provider . I tried to get the message from the content
provider, but the broadcast receiver is firing my activity class before
the message reaches the inbox(content provided).
Previously posted my code at Android: CustomListView is not updated on
receiving new sms when cursorloader with flag is used , but there is no
reply yet. Someone please help me to post the newly received message in
list view
Thanks in adavance

No comments:

Post a Comment