[android-developers] Re: Client/Server SSL Authentication

2011-11-23 Thread mgolds02
Thanks for the reply. However, this brings up another issue - how does the server reject users that dont have the appropriate keystore? This might be a bit off topic for the Android Developers group but a point in the right direction would be appreciated. Would this setting to only allow

[android-developers] Client/Server SSL Authentication

2011-11-22 Thread mgolds02
I need a few clients to connect to a few PHP web services via HTTPS. I'd like for them to NOT have to enter any authentication details but rather use certificate authentication. I already have an CA certificate and a secure domain. Are there any good examples/ tutorials that provide a

[android-developers] Getting reference to service

2011-11-21 Thread mgolds02
I'm trying to write a simple service that will poll RSS data from an RSS feed on start up. However, the RSS data isn't needed until a specific activity in my app is started. I have the service written and it is started via the main activity. I'm wondering how to obtain a reference to that

[android-developers] Pub/sub how to

2010-08-18 Thread mgolds02
I'm trying to write a pub/sub application. I was wondering if there were some 'best practices' i should follow? Any information would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Receiving MMS

2010-08-18 Thread mgolds02
Hi, I've looked all over but I cant seem to find any definite documentation. I'm wondering if it is possible for Android to have a listener that listens on a certain port to receive MMS messages. I see its available for blackberry's by implementing the MessageListener class. Does android