Back to project page LheidoSMS.
The source code is released under:
GNU General Public License
If you think the Android project LheidoSMS listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.lheidosms.app; //w w w. ja v a2 s. c o m import android.widget.EditText; import android.widget.ListView; import com.lheidosms.utils.LheidoContact; import java.util.ArrayList; public class AutoComplete { public AutoComplete(EditText edit, ListView liste, ArrayList<LheidoContact> contacts){ } }