Android search with Fragments

In short, you can’t. There are a couple of reasons why creating a search interface within a Fragment is not possible. When creating a searchable interface, you must specify a default “searchable activity” in your Android manifest. As I’m sure you know, a Fragment cannot exist without a parent Activity and thus, this separation is … Read more