we are developing the application using the .Net webservice(soap protocal) for that i need Pass GUID from android class.
in .Net we have statement like below
Guid myGuid1 = new Guid();
i need the similar functionality in Android ,
is there any way to make this kind of functionality in android code?
Regards,
Jeyavel N
You can use the
java.util.UUIDclass.