mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-01-11 20:00:32 +01:00
Search functionality #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @melihaksoy on GitHub (Jul 26, 2019).
Originally assigned to: @melihaksoy on GitHub.
Need to add search functionality that runs on different feature, that will present query results in a separate list. We should use https://launchlibrary.net/1.4/launch method - there are examples under section.
Documentation: https://launchlibrary.net/docs/1.4.1/api.html
@bansalayush commented on GitHub (Aug 1, 2019):
@melihaksoy Are you looking for maintainers ?
@melihaksoy commented on GitHub (Aug 1, 2019):
@bansalayush For sure, it'd be nice to have contributions. I have some other features in mind that I need to create in issue list, before this repo actually starts represents a all-around example.
@bansalayush commented on GitHub (Aug 1, 2019):
I didn't get
fetching search data rather than searching through paged datapart. Can you help me out ?@melihaksoy commented on GitHub (Aug 1, 2019):
I just updated description. I think UX wise having a separate feature for search is not a bad idea - just like launches & detail - this may come in handy in terms of decoupling.
@melihaksoy commented on GitHub (Aug 21, 2019):
Closing this as it'll be part of #21.