[android-developers] Android - how to handle saving file on low device memory(Internal/External memory)

2013-04-18 Thread sumit gulati
How we can handle the file saving on low device memory(internal/Excternal memrory). I know if sufficient space is not available the OS will throw IOException but is there any way to handle this gracefully. Also if the file size is not known before saving file then how can we handle low memory

[android-developers] How can I call WCF webservices with WS-security using client x509 certificate

2012-10-04 Thread sumit gulati
How can I consume the WCF webservices(hosted on http protocol) having ws- message security from the android application using KSOAP or any other library. I have implemented the same fro REST webservices. I have to customize the both trust manager(certificate file with X509 certificate) and key

[android-developers] Re: Mutual authentication using X.509 certificate

2012-10-04 Thread sumit gulati
If you have done please provide me the code or reference. I have to implement the same. On Wednesday, February 29, 2012 11:45:47 AM UTC+5:30, Pankaj wrote: I want to consume WCF web-service which uses X.509 certificate for mutual authentication. I had imported certificates using keytools in