I'm trying to develop some kind of messaging app. Each time I receive a message, I saved it along with the message sender and message body to an SQLite Database.
Here's the the flow,
- I received a message from a certain number
- Check if that number exist in my phone's contacts
- Saved the message on my DB with the following fields, contact_name, message_body
Problem now is when that certain contact updates it's name outside my app, how can I track or tell my app to update that name on the DB inside my app.
Thanks!
Aucun commentaire:
Enregistrer un commentaire