0

i m working on Spinner and i have to display Title which is not selectable. .i have set prompt. i can not add items on spinner because all the items in spinner is coming from webservice.

Anksmonani
  • 75
  • 7
  • This question is answered well with full code here http://stackoverflow.com/questions/867518/how-to-make-an-android-spinner-with-initial-text-select-one – bbb Nov 18 '14 at 10:26

1 Answers1

0

use textview to show title. and on textview click open a dialog and fill your data in array adapter.