Adding a Search Bar
Adding a Search Bar to the Infinite List from the previous tutorial.
In this tutorial I’ll add a search bar on top of the List View widget from the previous tutorial to provide search functionality using the posts’ color keyword. Each Post has a color keyword that is used to request its random image. The user is able to search for posts through their color, as they type in the search bar.
Final Result: To better organize the code, I created the static class PostServer which has n amount of random posts and acts as a server for our app.
[Read More]