Hi, I tried reading your response in different ways but couldn't understand. finally tried moving
to activity_resume. But still didn't work. pls bare with me
have also added
SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden)
in manifest.
{Update}
finally went through Erel's example on IME and went through the code line by line and found the problem.... Its working now.
Problem was I DID NOT ADD IME.AddHeightChangedEvent after IME.initialize.
Thanks for your help.