I need to do a very simple thing - find out if the software keyboard is shown. Is this possible in Android?
Don't make any hard code. Best way is you have to resize your views while on Get Focus on EditText with KeyBord Show. You can do this adding resize property on activity into Manifest file using below code.
android:windowSoftInputMode="adjustResize"