[android-developers] Re: Unsubscribe

2012-09-19 Thread Chen Yee Tan

On Thursday, July 12, 2012 6:01:26 PM UTC+8, Thomas wrote: 




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] 找工作

2012-02-13 Thread Chen Yee Tan
Hi, I am from Malaysia. Currently, I am hiring android programmer and we
will sponsor working permit. Pls send your resume to me.

2012/2/13 ttgdz ttgdztu...@gmail.com

  android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] 找工作

2012-02-13 Thread Chen Yee Tan
iPhone programmer also welcome to apply.

2012/2/13 Chen Yee Tan tan...@gmail.com

 Hi, I am from Malaysia. Currently, I am hiring android programmer and we
 will sponsor working permit. Pls send your resume to me.


 2012/2/13 ttgdz ttgdztu...@gmail.com

  android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] What is the right way to connect to a ssl server by using ssl socket class ?

2011-10-05 Thread Chen Yee Tan
Server has verisign cert in java keystore file. In android
application, I used below code to connect:

Socket socket = SSLSocketFactory.getDefault().createSocket(domain,
port);
DataInputStream dataInputStream = new
DataInputStream(socket.getInputStream

From my debug in application, I got untrusted server cert. In order to
make the connection I need to bypass the domain cert checking. I
googled the web, some example include jks in application. For me, the
jks only stays in server, cannot include it in application.

Am I doing the wrong way ? Pls advice.



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en