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

Implement search with suggestions #11

Closed
7 tasks done
satwanjyu opened this issue Jul 10, 2023 · 1 comment
Closed
7 tasks done

Implement search with suggestions #11

satwanjyu opened this issue Jul 10, 2023 · 1 comment

Comments

@satwanjyu
Copy link
Owner

satwanjyu commented Jul 10, 2023

  • Search bar UI
    • Compact: SearchBar
    • Medium & Expanded: DockedSearchBar
    • Connect SearchBar visibility with Scaffold body
    • Click search result navigates to task
  • Sqlite FTS4
  • Run query with LaunchedEffect, implement 200ms delay on keystroke before launching query

SearchBar

https://m3.material.io/components/search/overview
https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#SearchBar

Nested scrolling

https://developer.android.com/jetpack/compose/touch-input/pointer-input/scroll
https://developer.android.com/reference/kotlin/androidx/compose/material3/TopAppBarScrollBehavior

FTS4

https://developer.android.com/training/data-storage/room/defining-data#fts
https://www.sqlite.org/fts3.html

@satwanjyu satwanjyu mentioned this issue Jul 13, 2023
4 tasks
@satwanjyu
Copy link
Owner Author

Finished with 8ec1757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant