Hi, I want to learn how to make a custom soft keyboard that is included in my apk. What I am testing right now is is to use the notepad created from the tutorial and to include the custom soft keyboard from the sample apps. I think I have been able to combine them correctly in one project in eclipse. And then in my layout file note_edit.xml I want to specify the edittext window to use the custom soft keyboard i have included. I think I have to use android:inputMethod in the xml file with a fully-qualified class name. My guess is the class name for the soft keyboard. But in plain text, what is it? Am I doing right first of all?
André -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

