Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a light version #29

Open
pythonbrad opened this issue Aug 9, 2024 · 0 comments
Open

Provide a light version #29

pythonbrad opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@pythonbrad
Copy link
Member

pythonbrad commented Aug 9, 2024

Problem

Our project is based on simple keyboard, some users will look for base functionalities like typing only.
The usage of auto-completion, auto-suggestion, auto-correction, will require more resource consumption.
Because the solution is mostly for African users, will be great to go out of the scope of this base project?

Possible solutions

To don't go out of the vision of simple keyboard we can do one of the solution below:

  1. Use the minimalist afrim features
    Advantage: Can be shipped with datasets of African input method. (the resulting apk will still be light)
  2. Provide two versions (add a light version)
    Disadvantage: Will be shipped one apk per language due to the dictionary size that can have one language.

Related issues

Notice

Whatever the solution, we should at least display the current typing code.

@pythonbrad pythonbrad added the question Further information is requested label Aug 9, 2024
@pythonbrad pythonbrad pinned this issue Aug 9, 2024
@pythonbrad pythonbrad self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant