views:

58

answers:

2

I am using fb-connect for android app problem is when keyboards gets open layout distorted ??

I think they are opening facebook login page in browser any quick fix to add done button and layout disordering after keyboard get open

alt text

A: 

That's why I don't use fb-connect but call API methods directly. fb-connect uses old facebook API not the Graph API, so it seems to be outdated now.
There's also another FB SDK implementation from FB itelf, you may try it.
Links here http://stackoverflow.com/questions/3109283/android-upload-photo-to-facebook-in-java/3109533#3109533.

Fedor
i am using it already and it is working fine
Faisal khan
A: 

fixed

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);

Faisal khan