Thursday, February 16, 2012

How to make keyboard Activity in Android


I want to make a keyboard activity i-e whenever my activity starts it shows a computer type QWERTY keyboard on fullscreen.Actually I am making an application through which user will be able to use android keyboard for the Computer vi WiFi.


1 comment:

  1. Try using and EditText with a TextWatcher

    http://developer.android.com/reference/android/text/TextWatcher.html

    ReplyDelete