How to set the results in MultiAutoCompleteTextView to be from web source instead of static or DB results?
问题 I have an app with MultiAutoCompleteTextView and I need to set the reuslts to be from a web source JSON/XML or any format how can I perform that, or to be more clear what do I need to change when I create my own custom Adapter for the autocmplete ? 回答1: Ok I found a way to do it here it is: This is my layout: activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android