Hi I have developed an android application where in that I'm retrieving call log from the mobile and storing them in the local sqlite database.Till here its working fine
Now what I need is
1.I want that data to send to mysql server automatically when internet connection is detected.
2.My App should also check for every 30 minutes of call log and if new entries came it should update to local sqlite table.