[android-developers] it can't scroll after i set OnTouchListener to its child, i add Google Calender appWidgetHostView in app

2012-10-19 Thread Wing Fung Chow
It is a application that can add appWidget. The widget can be deleted by long press. This function, i set onTouchListener and GestureDetector to do it and set onTouchListener per 3s to prevent it become invaild after update. However, i found that the google calender can't be scroll, Could

[android-developers] it doesn't fire, setOnLongClickListener on AppWidgetHostView

2012-10-04 Thread Wing Fung Chow
i set OnLongClickListner, but it doesn't fire. Can anybody help me? i just follow [url]http://www.anddev.org/appwidgethost_tutorial-t10329.html[/url], and change some, as it is posted in 2010. Some part of code: //declare under class private AppWidgetHostView widgets[] = new

Re: [android-developers] Re: L2TP/IPSEC PSK with Android 4

2011-12-27 Thread Franklin Chow (Zhou Shulin)
Thank you buddy. 在 2011-12-28 上午9:12,Nikolay Elenkov nikolay.elen...@gmail.com写道: On Mon, Dec 26, 2011 at 6:19 PM, Franklin zhsh...@gmail.com wrote: I also met this problem. It shows Time out in Galaxy Nexus but the same setting works fine with my Nexus One. Check the logcat, that might

[android-developers] How to pass parameters to the AlarmService?

2011-05-17 Thread Eric Chow
Hello, Please see the following code. It could not pass those extra parameters to the intent. When I tried show the keys in the intent, it only gets the key android.intent.extra.ALARM_COUNT. Anything I did wrong? Please teach me how can I pass some parameters to the AlarmService when the alarm

[android-developers] Re: How to change the background color of ToggleButton?

2011-01-30 Thread Eric Chow
Yes, I just want to change the button background. How can I do it at runtime? Would you please to give me a simple example? Best regards, Eric On Jan 29, 2:17 am, Kostya Vasilyev kmans...@gmail.com wrote: If you only want tochangethe way aToggleButtonlooks (not behaves), you can replace the

[android-developers] How to change the background color of ToggleButton?

2011-01-26 Thread Eric Chow
Hello, How can I change the background color of a ToggleButton? -- 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] I want to join the group

2010-05-19 Thread sewiz chow
HI, please let me join . thanks very much -- 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] Re: Obtaining Frequency from Mic on Android

2009-06-28 Thread chow
Well so far, I think you can defiantly record some audio, and take that raw data and do a fft to get the freq, but im not too sure about getting more live than that. im looking for a solution to get freqencies from the microphone as well. any luck checking out some code associated with the

[android-developers] Re: Accelerometer/Orientation sensor problem

2009-04-03 Thread chow
is what is causing the fluctuations there. Perhaps its not a problem, but more of a filtering issue, have your tried any simple averaging on the sensor output? chow On Mar 31, 11:55 am, Liz lizzie...@gmail.com wrote: On my T-Mobile G1 (firmware 1.1, build PLAT-RC33), developing in SDK1.1r1,  I am