still pretty new to android
I have to clone an iphone application. Im having problems with figuring out the best way to approach how to clone this element :
Its a text box where you can type in limited amount of chars. When you press on it the list should show last five elements that you have entered (not autocomplete) so that when you click on them they are entered to text box.
How would you approach this? which class would be best to extend (I know storing could be done through shared preferences)
Thanks