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

Make the app to suggest food items as the user types #7

Open
julius-datajunkie opened this issue Mar 22, 2013 · 0 comments
Open

Make the app to suggest food items as the user types #7

julius-datajunkie opened this issue Mar 22, 2013 · 0 comments
Assignees

Comments

@julius-datajunkie
Copy link
Contributor

Currently, suggestions are given to the user in a box with radio buttons after the user has clicked on the confirm button.

However, it will be better if the app can dynamically give suggestions to the user as she types. For instance, the user may type "ham" on the keyboard. Although there indeed are suggestions on top of the keyboard provided by android, it's totally unrelated to our app. That means, it will give suggestion of the word "hamburger", but that suggestion does not give any intelligent guesses based on our database entries(GPS location and entry frequencies). So we should try to implement this feature where the app will give intelligent guesses of what the user wants to search dynamically based on what is currently in the input box. As the first step, we will just implement the auto-complete feature similar to this implemented by google giving just food names without incorporating any intelligent elements.

@ghost ghost assigned aditya20 Mar 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants