I am using a SearchView in the Action Bar. I want to use autocomplete feature on the search view to get results from the database.
Is this possible? Or do I need to
Yes it is possible. Build a table (such as in an SQLiteDatabase) for your suggestions and format the table with required columns.
See this link