How to refresh a inbox when a new message is coming.(Like Gmail)
- by vinothkumar
In my application i have an in-box.If new message is arrived I need to increment the unread count.For that Whether I need to make the database connection for every second to find the new message is arrived?Is there any other methods?