The Search Tab
Explore how to develop the Search tab in an Ionic cross-platform application. Learn to integrate MovieDB API services, manage asynchronous data with RxJS, and implement templating with custom components and reactive forms for an efficient movie search feature.
The application page structure
As described earlier in this case study, our application utilizes the Tabs project interface and consists of the following pages:
- Search
- Saved
- Favorites
So far, we have covered the development of the custom services and components that the application will use to deliver core functionality (such as rendering movie data, saving and retrieving favorited movies, and so on).