i'm new in android development(sorry for my english i'm french). I want to create a chat app. Now I have a listview based on local database.
Also I have a broadcast receiver which check if the connection changed. When the connection changed and is ok it update the local Database. But i want that if the app is running that the list of message refresh.
How can I do that? My list is linked with my local DB with a custom cursor adapter.