Hi,
I am actually developing a view with a text field that I want to be dynamic.
Was dynamic means ?
It means, when you type something in it, there is a suggestion list populating beside the text filed. I have already coded that, and it works fine !
Representation of what I have right now :
[ text field ] [ OK Button ]
[ suggestion 1 ]
[ suggestion 2 ]
[ suggestion 3 ]
Now what I want is to, when I select a suggestion in the list, add an item before the text field with for title the suggestion label, displaying like that :
< selected 1 > < selected 2 > [ text field ] [ OK ]
Has you imagine, the width of all these elements will be too large to fit in the screen. I want all that to be slidable from left to right with the finger.
What do you think about this ?
To you think it can be realized ?
Thanks in advance !