[android-developers] Android C2DM messages are lost?

2012-07-20 Thread Jafar
Hello, I'm sending notifications with android C2DM. I'm using C2dmSharp. I'm trying to send 200 different notifications to my phone. Server-side I get an OK response with an id=[ID of sent message] for each message (like documented here https://developers.google.com/android/c2dm/#push) so I

[android-developers] how to know when and where a textfield is focused in an android webview?

2012-05-27 Thread Jafar
Normally when a native textfield in an android view is focused, the view scrolls automatically to keep the field visible when the virtual keyboard appears. And it's normally the same behaviour when I select a textfield in a webview (so I mean a html text input in the page that loaded in the