• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. K

    Apps AutoCompleteTextView suggestions select take user to the xml?

    I want user to just select an item from AutoCompleteTextView and once he selects it,it should bring you to another .xml that i have already created. Below are my source and the error i marked with // import android.app.Activity; import android.content.Intent; import android.os.Bundle; import...