/KeyboardPlugins-Android

If you're looking to add an additional layer to your keyboard without having to create an entirely new one, consider using Fleksy's plugin feature 🔌, which allows you to deploy your customizations onto the Fleksy keyboard. 🧑‍💻

Primary LanguageKotlin

KeyboardPlugins-Android

This is the official repository for first party Fleksy Keyboard Plugins. It contains a sample gif search app using GIPHY, and a Base module that will let any user create their owr basic app with a simple search functionality. More apps will be added in the future.

Getting Started

  1. Clone this repository
  2. Open in Android Studio
  3. This app requires a GIPHY API key to run properly. You must provide your own. You may request one here.
  4. In the file app/src/main/java/co/thingthing/fleksy/lib/fleksyapps/SimpleKeyboardService.kt file, replace the text "ADD_YOUR_GIPHY_KEY_HERE" for your GIPHY API key.
  5. Run the project.