[android-developers] Android TTS for Chinese

2010-12-06 Thread David Hu
Dear supporters, I'm an Android software engineer, who works in a Chinese company. I'm currently developing an application which need use TTS of Chinese, but TTS engine for Android platform only support English,French,German,Italian and Spanish. My question is when android TTS will support

Re: [android-developers] Re: Android TTS for Chinese

2010-12-06 Thread David Hu
of your application. On Dec 6, 3:25 am, David Hu vistoda...@gmail.com wrote: Dear supporters, I'm an Android software engineer, who works in a Chinese company. I'm currently developing an application which need use TTS of Chinese, but TTS engine for Android platform only support English

[android-developers] Re: 电子工业出 版社博文视点找寻Android图书作者(限于中国人和华 人)

2009-03-26 Thread David Hu
胡先生: 您好! 我也有这方面的打算,整理过一些资料,原打算6月底开始正式整理。 胡亚军 2009/3/24 huzoor h...@phei.com.cn 大家好! 开门见山:Android在国际上吸引眼球很久了,国内关注Android也有相当一段时间。我们与多家企业联系过,有很好的推广 Android图书的途径。现在国内缺乏Android中文图书,我们关注这个市场很久了,希望找到合适的Android图书作者。希望有意者可以和我 联系,在电子工业出版社出版精品图书。

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-22 Thread David Hu
, David Hu vistoda...@gmail.com wrote: Hi, Mike It still doesn't work for me. I've tried two use case: 1) Pass a very large rect as the clip region--the actual result is the outer rect, bigger than my expect region; 2) Pass the outer rect as the clip region

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-21 Thread David Hu
, Feb 20, 2009 at 3:57 PM, David Hu vistoda...@gmail.com wrote: Thanks for your explanation, Mike. So, if there is not a bug, I can pass the outer rect as clip region to attain my aim, and: Region rgn = new Region(); (1) //- actual result: The application will crash here

[android-developers] Re: When will Android support Multiple PDP?

2009-02-21 Thread David Hu
...@googlemail.com wrote: yes, so we do have a new road map? On Sat, Feb 21, 2009 at 6:51 AM, Jon Colverson jjc1...@gmail.com wrote: On Feb 20, 9:06 pm, David Hu vistoda...@gmail.com wrote: Thanks, Jon. It seems the same, but why I can't open this pagehttp:// source.android.com/roadmap, which

[android-developers] Re: When will Android support Multiple PDP?

2009-02-21 Thread David Hu
the same connection with different configurations (e.g. QoS). On Feb 20, 5:53 pm, Jon Colverson jjc1...@gmail.com wrote: On Feb 20, 9:13 am, David Hu vistoda...@gmail.com wrote: More specifically, as I know, Symbian 7.0s higher support Multiple PDP, that's mean you can create

[android-developers] Re: When will Android support Multiple PDP?

2009-02-20 Thread David Hu
More specifically, as I know, Symbian 7.0s higher support Multiple PDP, that's mean you can create multiple, for example, GPRS context use it simultaniously(such as MMS WAP Inet context)... Does Android support this feature? If not, when will it support? Please help me. BR,

[android-developers] Re: When will Android support Multiple PDP?

2009-02-20 Thread David Hu
, Jon Colverson jjc1...@gmail.com wrote: On Feb 20, 9:13 am, David Hu vistoda...@gmail.com wrote: More specifically, as I know, Symbian 7.0s higher support Multiple PDP, that's mean you can create multiple, for example, GPRS context use it simultaniously(such as MMS WAP Inet context

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-20 Thread David Hu
as the clip. It can be something large with no downside (i.e. -10,000, 10,000) On Fri, Feb 20, 2009 at 3:57 PM, David Hu vistoda...@gmail.com wrote: Thanks for your explanation, Mike. So, if there is not a bug, I can pass the outer rect as clip region to attain my aim, and: Region rgn

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-19 Thread David Hu
Thanks for your reply, Mike. I've tried your method, seems still not work yet. The second parameter of Region.setPath (clip) can't be null. If we use null, there will be an exception happen. So I've tried to use the region I've just constructed or the original rect region, the area is

[android-developers] Re: How to get a region which is not a standard rect area

2009-02-19 Thread David Hu
, Feb 20, 2009 at 11:22 AM, David Hu vistoda...@gmail.com wrote: Thanks for your reply, Mike. I've tried your method, seems still not work yet. The second parameter of Region.setPath (clip) can't be null. If we use null, there will be an exception happen. So I've tried to use

[android-developers] How to get sms message from intent

2009-02-11 Thread David Hu
Hello, everyone I am using the Telephony class to get messages ( Telephony.Sms.Intents.getMessageFromIntent(Intent intent)). But I can't find the class Telephony from its package(android.provider), there is an error named The import android.provider.Telephony cannot be resolved when import