Posts by Denner Rodrigues • 13 points
1 post
-
1
votes1
answer46
viewsQ: Simpleadapter Auto complete
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[]…