Can I handle AutoCompleteTextView scrolling ?

  • Replies:0
an le
  • Forum posts: 1

Jun 11, 2013, 10:15:30 AM via Website

I intend to load a large number of entries from database into suggestion list of AutoCompleteTextView, but I don't want them display the same time, I would like to limit number of entries displayed in suggestion list, when user scrolls down I will add more entries to the suggestion list of AutoCompleteTextView. How to handle this situation?

Reply