[android-developers] Bug or Feature ?

2010-03-23 Thread Gopal Biyani
Hello All, *Delete key of soft keyboard call onKey method twice, when there is no text in EditText View*. Here is a snippet of OnKeyListener mEditText.setOnKeyListener(new OnKeyListener() { @Override public boolean onKey(View v, int keyCode, KeyEvent event) {

Re: [android-developers] Re: Got 12 Google Wave invitations to use, let me know if you need

2009-11-09 Thread Gopal Biyani
Please can you send me one gopalbiy...@gmail.com Thanks On Mon, Nov 9, 2009 at 11:30 AM, iñaki inaki.s...@gmail.com wrote: Please send one to inaki.s...@gmail.com Thx 2009/11/9 ander...@phdgaming.com ander...@phdgaming.com Please send one to ander...@phdgaming.com Thanks! On Nov 9,

[android-developers] Re: Google wave invitations...?

2009-10-16 Thread Gopal Biyani
Hey Can you refer me please...gopalbiy...@gmail.com Thanks On Fri, Oct 16, 2009 at 7:25 PM, Anton psych...@gmail.com wrote: Hi there, could you add me on wave? psych...@googlewave.com On Oct 16, 5:41 am, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google

[android-developers] Re: Application context

2009-10-09 Thread Gopal Biyani
If you want to call getApplicationContext in your Foo class, it better to pass Context reference as a parameter in method DoSomethingWithCurrentContext() or you can pass in constructor while instantiating the Foo class. I think there is no other way to access the context object. On Thu, Oct 8,

[android-developers] Re: Archos 5 Android PMP

2009-10-09 Thread Gopal Biyani
I bought Archos 5 few days back. Was very disappointed when I opened the package. Because the Archos device with Android OS is not ready yet and supposed to be launched somewhere in december :( On Thu, Oct 8, 2009 at 6:02 PM, Wayne Wenthin wa...@fuligin.com wrote: I got this back from them.

[android-developers] Re: Custom Views Timerview

2009-10-01 Thread Gopal Biyani
If you can send the exact exception from log cat, then it will be easy to find error. On Thu, Oct 1, 2009 at 8:42 AM, andr0id sgrang...@gmail.com wrote: Hi everyone, I've made a simple countdown timer and I would like to use it as a custom view in my xml layout. The view works perfectly

[android-developers] Re: Trouble in Printing Unicode Male Character

2009-09-29 Thread Gopal Biyani
Thanks Josh for your effort. And hoping to see correction in next release. On Mon, Sep 28, 2009 at 12:49 PM, j.hadley joshua.had...@gmail.com wrote: We have confirmed that the current shape for U+2642 in Droid Sans Fallback is a bug. This will be corrected in the font and supplied for a

[android-developers] Re: Trouble in Printing Unicode Male Character

2009-09-25 Thread Gopal Biyani
Hey Josh Thanks a lot for showing your concern, will wait for your reply. Regards Gopal On Thu, Sep 24, 2009 at 11:12 AM, j.hadley joshua.had...@gmail.com wrote: On Sep 23, 6:18 am, Gopal Biyani gopalbiy...@gmail.com wrote: At present, I am using emulator. And I don't know how to change

[android-developers] Re: Activity Vs View

2009-09-12 Thread Gopal Biyani
different activities. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 11, 1:49 pm, Gopal Biyani

[android-developers] Activity Vs View

2009-09-11 Thread Gopal Biyani
Hello Guys, I have confusions over View and Activity which one we should use. In my application there are lots of different screens with lots of different functionalities. In some of the screen they share common task bar and in another screen they have different task bar and nothing in common. At

[android-developers] Re: View Files on a remove server/PC

2009-07-29 Thread Gopal Biyani
Just google for WinSCP. On Tue, Jul 28, 2009 at 3:11 PM, johnny johnny.ra...@gmail.com wrote: Is anyone aware of a way to view the directory structure and files on a remote server or PC? Is there an existing app for this? Thanks in advance!