Guideline on how to create a virtual keyboard or add more features to your applications.
You may edit the sample project or use the code from the sample project in your own project.
Replace the ‘nlptech_appkey’ in the project AndroidManifest.xml with your own appkey. If you do not have your own appkey, get it here. If you have difficulty in getting the appkey, please contact [email protected].
AndroidManifest.xml:
<application
<meta-data
android:name="nlptech_appkey"
android:value="{appkey_value}" />
</application>
You may edit the code in sample project, but you will need to change the package name.