I am creating the app i.e instant messaging android app on version 4.0.3. I have to create a sequence number for every response I get from the server, so that I cant repeat the message which I get from the server/client. I have done google & visited many sites but dint get proper way or an idea to solve it.
If any idea or help will appreciated.
Many Thanks..

System.currentTimeMillis();:) – M Mohsin Naeem Jul 12 '12 at 6:29