I have two arrays containing string variables. In one array, it contains the values from a web service, it will be updating in every 5 seconds. So, i need to run this app offline and also compare the array with another array that contains some sample values. If any matches occur, should generate a PushNotification. Is that possible?? If yes how can I implement that? If no, is there any other way?
Please help... Thanks....