Skip to content

Category Archives: android

building AnySoftKeyboard

Trying to build anysoftkeyboard https://github.com/AnySoftKeyboard/AnySoftKeyboard/wiki/How-to-Build-AnySoftKeyboard/8d1a075333ff9a649f237aba35b0a4da74821d81 android update project -p . Error: . is not a valid project (AndroidManifest.xml not found). cool, the android manifest is actually a couple directories deep. ill skip this for now next step gradle build :buildSrc:clean :buildSrc:compileJava UP-TO-DATE :buildSrc:compileGroovy FAILURE: Build failed with an exception. * What went wrong: Execution failed […]

arduino keyboard wedge

source for example keyboard https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard Had to fix preferenceActivity by adding is valid fragment true http://stackoverflow.com/questions/19973034/isvalidfragment-android-api-19 git clone of softkeybaord http://stackoverflow.com/questions/14171639/softkeyboard-questions android google repos https://android.googlesource.com/ http://stackoverflow.com/questions/16060579/how-to-draw-view-on-top-of-soft-keyboard-like-whatsapp http://stackoverflow.com/questions/26659275/android-add-view-above-keyboard-key-and-below-feedback-popup-for-key http://www.fampennings.nl/maarten/android/09keyboard/index.htm http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html http://developer.android.com/reference/android/view/View.html http://developer.android.com/guide/topics/text/creating-input-method.html this looks pretty spot on to what i want to do https://sites.google.com/site/intuitit/support/intuitit-ime going to base off new keyboard https://github.com/AnySoftKeyboard/AnySoftKeyboard

Zoom in android app

https://code.google.com/p/eyes-free/source/browse/trunk/archived/magnify/?r=760#magnify%2Fsrc%2Fcom%2Fgoogle%2Fmarvin%2Fmagnify http://stackoverflow.com/questions/6503106/add-zoom-controls-of-camera-in-camera http://developer.android.com/training/camera/cameradirect.html