[android-developers] Re: How to pass the "Touch" event to application behind the transluent "Input" view?

2012-07-11 Thread Gagan Kainth
*[I know this query is very old but still might be useful for future readers]* Hi gguoling, For your particular requirement, you can set Window Flags to your foreground activity as below: Window window = getWindow(); window.addFlags(WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE); More informa

[android-developers] Using the device as one factor of the authentication

2011-08-17 Thread gagan bhatia
Hi Is there a way to generate the key pair by the application and install in the device's trusted keystore. Application shall access this certificate (x509) generated during the installation as one factor of authentication. The query herein is 1) Is is technically possbile by app(during installat

[android-developers] developing for differant sizes

2010-03-01 Thread Gagan
Hello all, I am currently at the end of devoping a simple program with a radio group, two buttons and a text view. When I test it on my g1 and the 1.6 emulator it looks great, but when my friend tries it on his droid many elements are displaced and cut off. I am using absolutelayout, does this la