adessoTurkey / compose-multiplatform-sampleapp

A movie app built with Compose Multiplatform and KMM for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Functionality

bahaadesso opened this issue · comments

Describe the solution you'd like

  • I want to add a search feature as the 3rd main tab in the application.

Additional context

  • When I enter the search page, I want to see a search bar at the top, and the keyboard should be open and ready for input.
  • After entering at least 3 characters in the search bar, I want the search to start and relevant results to be listed.
  • I want the list to include TV shows, movies, and actors together, and it should be visually distinguishable which content is a TV show, movie, or actor.
  • I want to be able to view the detail page of the content when I tap on it.