0

I am developing an android appstore (appmarket) application.

Files information is in sql database. I use Json for retrieving the information of the files from web sql database.

How can I add realtime search functionality for my appsore? I mean typing some words bring some results as a list below the edit text field as user types.

Namikaze Minato
  • 1,332
  • 4
  • 23
  • 41

1 Answers1

0

Try AutoCompleteTextView.

Refer This

Vishal Pawale
  • 3,416
  • 3
  • 28
  • 32