[android-developers] Bestpractise Arabic support in applications?

2009-07-21 Thread thinair
Hello, 1.5sdk actually doesn't support the Arabic (i18n). What is actually the bestpractise to include Arabic in a new application or prepare the future for it ? I have two scenario that I would to satisfy: 1. auto language by using the phone settings describe there :

[android-developers] Accept self-signed certificate

2009-02-19 Thread thinair
Hi, I am trying to connect to a self-signed SSL web services. I found no post that could lend me to the solution on the mailing-list. Does anybody has a working code for that. These are the approach I try with no success : 1. Use a self made FakeX509TrustManager that implements