The code below is a adapter that I use to create an autocomplete in my application.
mAdapter = new SimpleAdapter(this, mPeopleList, R.layout.custcontview ,new String[] { "Name", "Email" }, new int[] { R.id.ccontName, R.id.ccontEmail});...
asked by
06.11.2014 / 15:33